程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
XPath
XPath represents an XPath expression after it has been parsed
from a String. |
限定符和类型 | 方法和说明 |
---|---|
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. |
限定符和类型 | 接口和说明 |
---|---|
interface |
Pattern
Pattern defines the behaviour for pattern in the XSLT
processing model. |
限定符和类型 | 方法和说明 |
---|---|
NodeFilter |
ProxyDocumentFactory.createXPathFilter(String xpathFilterExpression) |
NodeFilter |
ProxyDocumentFactory.createXPathFilter(String xpathFilterExpression,
org.jaxen.VariableContext variableContext) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by