|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.htmlparser.filters.IsEqualFilter
This class accepts only one specific node.
Field Summary | |
protected Node |
mNode
The node to match. |
Constructor Summary | |
IsEqualFilter(Node node)
Creates a new IsEqualFilter that accepts only the node provided. |
Method Summary | |
boolean |
accept(Node node)
Accept the node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Node mNode
Constructor Detail |
public IsEqualFilter(Node node)
node
- The node to match.Method Detail |
public boolean accept(Node node)
accept
in interface NodeFilter
node
- The node to check.
false
unless node
is the one and only.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |