Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.rule | |
org.dom4j.swing |
A collection of adapters to allow easy integration with dom4j
XML documents and Swing such as TreeModels and TableModels.
|
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 | Method and Description |
---|---|
XPath |
Node.createXPath(java.lang.String xpathExpression)
createXPath creates an XPath object for the given
xpathExpression. |
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 . |
XPath |
DocumentFactory.createXPath(java.lang.String xpathExpression,
org.jaxen.VariableContext variableContext)
createXPath parses an XPath expression and creates a new
XPath XPath instance. |
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 . |
Modifier and Type | Method and Description |
---|---|
java.util.List |
XPath.selectNodes(java.lang.Object context,
XPath sortXPath)
|
java.util.List |
XPath.selectNodes(java.lang.Object context,
XPath sortXPath,
boolean distinct)
|
Modifier and Type | Method and Description |
---|---|
void |
Stylesheet.applyTemplates(java.lang.Object input,
XPath xpath)
Processes the result of the xpath expression.
|
void |
Stylesheet.applyTemplates(java.lang.Object input,
XPath xpath,
java.lang.String mode)
Processes the result of the xpath expression in the given mode.
|
Modifier and Type | Method and Description |
---|---|
protected XPath |
XMLTableDefinition.createColumnXPath(java.lang.String expression) |
protected XPath |
XMLTableDefinition.createXPath(java.lang.String expression) |
protected XPath |
XMLTableColumnDefinition.createXPath(java.lang.String expression) |
XPath |
XMLTableColumnDefinition.getColumnNameXPath()
DOCUMENT ME!
|
XPath |
XMLTableDefinition.getColumnNameXPath(int columnIndex)
DOCUMENT ME!
|
XPath |
XMLTableDefinition.getColumnXPath(int columnIndex)
DOCUMENT ME!
|
XPath |
XMLTableDefinition.getRowXPath()
Getter for property rowXPath.
|
XPath |
XMLTableColumnDefinition.getXPath()
Getter for property xpath.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLTableColumnDefinition.setColumnNameXPath(XPath columnNameXPath)
Setter for property columnNameXPath.
|
void |
XMLTableDefinition.setRowXPath(XPath rowXPath)
Setter for property rowXPath.
|
void |
XMLTableColumnDefinition.setXPath(XPath xPath)
Setter for property xpath.
|
Constructor and Description |
---|
XMLTableColumnDefinition(java.lang.String name,
XPath xpath,
int type) |
XMLTableColumnDefinition(XPath columnXPath,
XPath xpath,
int type) |
Modifier and Type | Method and Description |
---|---|
XPath |
AbstractNode.createXPath(java.lang.String xpathExpression) |
Modifier and Type | Method and Description |
---|---|
XPath |
ProxyDocumentFactory.createXPath(java.lang.String xpathExpression) |
XPath |
ProxyDocumentFactory.createXPath(java.lang.String xpathExpression,
org.jaxen.VariableContext variableContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXPath
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
DefaultXPath.selectNodes(java.lang.Object context,
XPath sortXPath) |
java.util.List |
DefaultXPath.selectNodes(java.lang.Object context,
XPath sortXPath,
boolean distinct) |
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by