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
|
Modifier and Type | Interface and Description |
---|---|
interface |
XPath
XPath represents an XPath expression after it has been parsed
from a String. |
Modifier and Type | Method and Description |
---|---|
static NodeFilter |
DocumentHelper.createXPathFilter(String xpathFilterExpression)
createXPathFilter parses a NodeFilter from the given XPath
filter expression using the singleton DocumentFactory . |
NodeFilter |
DocumentFactory.createXPathFilter(String xpathFilterExpression)
createXPathFilter parses a NodeFilter from the given XPath
filter expression. |
NodeFilter |
DocumentFactory.createXPathFilter(String xpathFilterExpression,
org.jaxen.VariableContext variableContext)
createXPathFilter parses a NodeFilter from the given XPath
filter expression. |
Modifier and Type | Interface and Description |
---|---|
interface |
Pattern
Pattern defines the behaviour for pattern in the XSLT
processing model. |
Modifier and Type | Class and 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. |
Constructor and Description |
---|
DefaultPattern(NodeFilter filter) |
Modifier and Type | Method and Description |
---|---|
NodeFilter |
AbstractNode.createXPathFilter(String patternText) |
Modifier and Type | Method and Description |
---|---|
NodeFilter |
ProxyDocumentFactory.createXPathFilter(String xpathFilterExpression) |
NodeFilter |
ProxyDocumentFactory.createXPathFilter(String xpathFilterExpression,
org.jaxen.VariableContext variableContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXPath
|
class |
XPathPattern
XPathPattern is an implementation of Pattern which uses an
XPath xpath. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.