Uses of Interface
org.dom4j.NodeFilter

Packages that use NodeFilter
org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes. 
org.dom4j.rule A Pattern based XML rule engine which implements the full XSLT processing model while allowing any Action to be fired if a pattern matches. 
org.dom4j.util A collection of utility classes for the dom4j API. 
 

Uses of NodeFilter in org.dom4j
 

Subinterfaces of NodeFilter in org.dom4j
 interface XPath
           XPath represents an XPath expression after it has been parsed from a String.
 

Methods in org.dom4j that return NodeFilter
static NodeFilter DocumentHelper.createXPathFilter(java.lang.String xpathFilterExpression)
           createXPathFilter parses a NodeFilter from the given XPath filter expression using the singleton DocumentFactory.
 NodeFilter DocumentFactory.createXPathFilter(java.lang.String xpathFilterExpression)
           createXPathFilter parses a NodeFilter from the given XPath filter expression.
 NodeFilter DocumentFactory.createXPathFilter(java.lang.String xpathFilterExpression, org.jaxen.VariableContext variableContext)
           createXPathFilter parses a NodeFilter from the given XPath filter expression.
 

Uses of NodeFilter in org.dom4j.rule
 

Subinterfaces of NodeFilter in org.dom4j.rule
 interface Pattern
           Pattern defines the behaviour for pattern in the XSLT processing model.
 

Uses of NodeFilter in org.dom4j.util
 

Methods in org.dom4j.util that return NodeFilter
 NodeFilter ProxyDocumentFactory.createXPathFilter(java.lang.String xpathFilterExpression)
           
 NodeFilter ProxyDocumentFactory.createXPathFilter(java.lang.String xpathFilterExpression, org.jaxen.VariableContext variableContext)
           
 



Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo