|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeFilter
NodeFilter
defines the behavior for a filter or predicate
which acts on a DOM4J Node. Instances can be generated from an DocumentFactory
.
Method Summary | |
---|---|
boolean |
matches(Node node)
matches returns true if the given node matches the filter
condition. |
Method Detail |
---|
boolean matches(Node node)
matches
returns true if the given node matches the filter
condition.
node
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |