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
|
org.hibernate.proxy.dom4j | |
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
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 |
---|---|
protected XPath |
XMLTableDefinition.createColumnXPath(String expression) |
protected XPath |
XMLTableDefinition.createXPath(String expression) |
protected XPath |
XMLTableColumnDefinition.createXPath(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(String name,
XPath xpath,
int type) |
XMLTableColumnDefinition(XPath columnXPath,
XPath xpath,
int type) |
Modifier and Type | Method and Description |
---|---|
XPath |
AbstractNode.createXPath(String xpathExpression) |
Modifier and Type | Method and Description |
---|---|
XPath |
ProxyDocumentFactory.createXPath(String xpathExpression) |
XPath |
ProxyDocumentFactory.createXPath(String xpathExpression,
org.jaxen.VariableContext variableContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXPath
|
Modifier and Type | Method and Description |
---|---|
List |
DefaultXPath.selectNodes(Object context,
XPath sortXPath) |
List |
DefaultXPath.selectNodes(Object context,
XPath sortXPath,
boolean distinct) |
Modifier and Type | Method and Description |
---|---|
XPath |
Dom4jProxy.createXPath(String xpath) |
Modifier and Type | Method and Description |
---|---|
XPath |
ElementWrapper.createXPath(String xpath) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.