|
|||||||||
| Home >> All >> org >> htmlparser >> [ visitors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.htmlparser.visitors
Class StringFindingVisitor

java.lang.Objectorg.htmlparser.visitors.NodeVisitor
org.htmlparser.visitors.StringFindingVisitor
- public class StringFindingVisitor
- extends NodeVisitor
| Field Summary | |
private int |
foundCount
|
private boolean |
multipleSearchesWithinStrings
|
private boolean |
stringFound
|
private java.lang.String |
stringToFind
|
| Fields inherited from class org.htmlparser.visitors.NodeVisitor |
|
| Constructor Summary | |
StringFindingVisitor(java.lang.String stringToFind)
|
|
| Method Summary | |
void |
doMultipleSearchesWithinStrings()
|
int |
stringFoundCount()
|
boolean |
stringWasFound()
|
void |
visitStringNode(org.htmlparser.StringNode stringNode)
|
| Methods inherited from class org.htmlparser.visitors.NodeVisitor |
finishedParsing, shouldRecurseChildren, shouldRecurseSelf, visitEndTag, visitImageTag, visitLinkTag, visitRemarkNode, visitTag, visitTitleTag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
stringFound
private boolean stringFound
stringToFind
private java.lang.String stringToFind
foundCount
private int foundCount
multipleSearchesWithinStrings
private boolean multipleSearchesWithinStrings
| Constructor Detail |
StringFindingVisitor
public StringFindingVisitor(java.lang.String stringToFind)
| Method Detail |
doMultipleSearchesWithinStrings
public void doMultipleSearchesWithinStrings()
visitStringNode
public void visitStringNode(org.htmlparser.StringNode stringNode)
- Overrides:
visitStringNodein classNodeVisitor
stringWasFound
public boolean stringWasFound()
stringFoundCount
public int stringFoundCount()
|
|||||||||
| Home >> All >> org >> htmlparser >> [ visitors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC