org.dom4j
Interface NodeFilter

All Known Subinterfaces:
OzoneXPath, Pattern, XPath, XPathPattern
All Known Implementing Classes:
DefaultPattern, DefaultXPath, NodeTypePattern, OzoneXPathImpl, XPathPattern, XPathPatternImpl

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.

Version:
$Revision: 1.3 $
Author:
James Strachan

Method Summary
 boolean matches(Node node)
          matches returns true if the given node matches the filter condition.
 

Method Detail

matches

public boolean matches(Node node)

matches returns true if the given node matches the filter condition.

Returns:
true if this filter matches the given node


Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.