|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.fastparser.walker.TextCriteria
Match text or sub-text
Constructor Summary | |
TextCriteria()
Match all Text node |
|
TextCriteria(java.lang.String text)
Match text nodes with the following sub-text |
Method Summary | |
boolean |
isValid(SimpleNode node)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextCriteria()
public TextCriteria(java.lang.String text)
Method Detail |
public boolean isValid(SimpleNode node)
isValid
in interface ValidCriteria
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |