Uses of Interface
org.dom4j.NodeFilter
-
Packages that use NodeFilter Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.rule org.dom4j.rule.pattern org.dom4j.tree Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.org.dom4j.util A collection of utility classes for the dom4j API.org.dom4j.xpath Provides the core tools needed to use the XPath library -
-
Uses of NodeFilter in org.dom4j
Subinterfaces of NodeFilter in org.dom4j Modifier and Type Interface Description interface
XPath
XPath
represents an XPath expression after it has been parsed from a String.Methods in org.dom4j that return NodeFilter Modifier and Type Method Description 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.static NodeFilter
DocumentHelper. createXPathFilter(java.lang.String xpathFilterExpression)
createXPathFilter
parses a NodeFilter from the given XPath filter expression using the singletonDocumentFactory
. -
Uses of NodeFilter in org.dom4j.rule
Subinterfaces of NodeFilter in org.dom4j.rule Modifier and Type Interface Description interface
Pattern
Pattern
defines the behaviour for pattern in the XSLT processing model. -
Uses of NodeFilter in org.dom4j.rule.pattern
Classes in org.dom4j.rule.pattern that implement NodeFilter Modifier and Type Class Description class
DefaultPattern
DefaultPattern
a default implementation of Pattern which can take any XPath implementation or NodeFilter for defining the pattern.class
NodeTypePattern
NodeTypePattern
implements a Pattern which matches any node of the given node type.Constructors in org.dom4j.rule.pattern with parameters of type NodeFilter Constructor Description DefaultPattern(NodeFilter filter)
-
Uses of NodeFilter in org.dom4j.tree
Methods in org.dom4j.tree that return NodeFilter Modifier and Type Method Description NodeFilter
AbstractNode. createXPathFilter(java.lang.String patternText)
-
Uses of NodeFilter in org.dom4j.util
Methods in org.dom4j.util that return NodeFilter Modifier and Type Method Description NodeFilter
ProxyDocumentFactory. createXPathFilter(java.lang.String xpathFilterExpression)
NodeFilter
ProxyDocumentFactory. createXPathFilter(java.lang.String xpathFilterExpression, org.jaxen.VariableContext variableContext)
-
Uses of NodeFilter in org.dom4j.xpath
Classes in org.dom4j.xpath that implement NodeFilter Modifier and Type Class Description class
DefaultXPath
class
XPathPattern
XPathPattern
is an implementation of Pattern which uses an XPath xpath.
-