|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.fastparser.walker.AttributeCriteria
Match tag with the good attribute name and value
Constructor Summary | |
AttributeCriteria(java.lang.String attribute)
Match the following attribute |
|
AttributeCriteria(java.lang.String attribute,
java.lang.String value)
Match the following attribute and value |
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 AttributeCriteria(java.lang.String attribute)
public AttributeCriteria(java.lang.String attribute, java.lang.String value)
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 |