Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.xpath |
Provides the core tools needed to use the XPath library
|
Modifier and Type | Method | Description |
---|---|---|
XPath |
DocumentFactory.createXPath(java.lang.String xpathExpression) |
createXPath parses an XPath expression and creates a new
XPath XPath instance. |
static XPath |
DocumentHelper.createXPath(java.lang.String xpathExpression) |
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory . |
static XPath |
DocumentHelper.createXPath(java.lang.String xpathExpression,
org.jaxen.VariableContext context) |
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory . |
XPath |
Node.createXPath(java.lang.String xpathExpression) |
createXPath creates an XPath object for the given
xpathExpression. |
Constructor | Description |
---|---|
DefaultXPath(java.lang.String text) |
Construct an XPath
|
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by