Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.rule | |
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
Modifier and Type | Method and Description |
---|---|
XPath |
Node.createXPath(String xpathExpression)
createXPath creates an XPath object for the given
xpathExpression. |
static XPath |
DocumentHelper.createXPath(String xpathExpression)
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory . |
XPath |
DocumentFactory.createXPath(String xpathExpression)
createXPath parses an XPath expression and creates a new
XPath XPath instance. |
static XPath |
DocumentHelper.createXPath(String xpathExpression,
org.jaxen.VariableContext context)
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory . |
XPath |
DocumentFactory.createXPath(String xpathExpression,
org.jaxen.VariableContext variableContext)
createXPath parses an XPath expression and creates a new
XPath XPath instance. |
Modifier and Type | Method and Description |
---|---|
List |
XPath.selectNodes(Object context,
XPath sortXPath)
|
List |
XPath.selectNodes(Object context,
XPath sortXPath,
boolean distinct)
|
Modifier and Type | Method and Description |
---|---|
void |
Stylesheet.applyTemplates(Object input,
XPath xpath)
Processes the result of the xpath expression.
|
void |
Stylesheet.applyTemplates(Object input,
XPath xpath,
String mode)
Processes the result of the xpath expression in the given mode.
|
Modifier and Type | Method and Description |
---|---|
XPath |
ProxyDocumentFactory.createXPath(String xpathExpression) |
XPath |
ProxyDocumentFactory.createXPath(String xpathExpression,
org.jaxen.VariableContext variableContext) |
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by