org.dom4j
Interface NodeFilter
- Pattern, XPath
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
.
boolean | matches(Node node) -
matches returns true if the given node matches the filter
condition.
|
matches
public boolean matches(Node node)
matches
returns true if the given node matches the filter
condition.
- true if this filter matches the given node
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by 