Uses of Interface
org.dom4j.NodeFilter
Packages that use NodeFilter
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
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.
A collection of utility classes for the dom4j API.
Provides the core tools needed to use the XPath library
-
Uses of NodeFilter in org.dom4j
Subinterfaces of NodeFilter in org.dom4jModifier and TypeInterfaceDescriptioninterfaceXPathrepresents an XPath expression after it has been parsed from a String.Methods in org.dom4j that return NodeFilterModifier and TypeMethodDescriptionDocumentFactory.createXPathFilter(String xpathFilterExpression) createXPathFilterparses a NodeFilter from the given XPath filter expression.DocumentFactory.createXPathFilter(String xpathFilterExpression, org.jaxen.VariableContext variableContext) createXPathFilterparses a NodeFilter from the given XPath filter expression.static NodeFilterDocumentHelper.createXPathFilter(String xpathFilterExpression) createXPathFilterparses a NodeFilter from the given XPath filter expression using the singletonDocumentFactory. -
Uses of NodeFilter in org.dom4j.rule
Subinterfaces of NodeFilter in org.dom4j.ruleModifier and TypeInterfaceDescriptioninterfacePatterndefines 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 NodeFilterModifier and TypeClassDescriptionclassDefaultPatterna default implementation of Pattern which can take any XPath implementation or NodeFilter for defining the pattern.classNodeTypePatternimplements a Pattern which matches any node of the given node type.Fields in org.dom4j.rule.pattern declared as NodeFilterConstructors in org.dom4j.rule.pattern with parameters of type NodeFilter -
Uses of NodeFilter in org.dom4j.tree
Methods in org.dom4j.tree that return NodeFilter -
Uses of NodeFilter in org.dom4j.util
Methods in org.dom4j.util that return NodeFilterModifier and TypeMethodDescriptionProxyDocumentFactory.createXPathFilter(String xpathFilterExpression) ProxyDocumentFactory.createXPathFilter(String xpathFilterExpression, org.jaxen.VariableContext variableContext) -
Uses of NodeFilter in org.dom4j.xpath
Classes in org.dom4j.xpath that implement NodeFilterModifier and TypeClassDescriptionclassclassXPathPatternis an implementation of Pattern which uses an XPath xpath.