org.htmlparser.visitors
public class TagFindingVisitor extends NodeVisitor
| Constructor Summary | |
|---|---|
| TagFindingVisitor(String[] tagsToBeFound) | |
| TagFindingVisitor(String[] tagsToBeFound, boolean endTagCheck) | |
| Method Summary | |
|---|---|
| int | getEndTagCount(int index) |
| int | getTagCount(int index) |
| Node[] | getTags(int index) |
| void | visitEndTag(Tag tag) |
| void | visitTag(Tag tag) |
| HTML Parser is an open source library released under LGPL. | |