Package | Description |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
Modifier and Type | Method and Description |
---|---|
XPathExpr |
JaxenHandler.getXPathExpr()
Retrieve the simplified Jaxen XPath expression tree.
|
XPathExpr |
JaxenHandler.getXPathExpr(boolean shouldSimplify)
Retrieve the Jaxen XPath expression tree, optionally
simplified.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultXPathExpr
Deprecated.
this class will become non-public in the future;
use the interface instead
|
Modifier and Type | Method and Description |
---|---|
XPathExpr |
XPathFactory.createXPath(Expr rootExpr)
Create a new
XPathExpr from an Expr . |
XPathExpr |
DefaultXPathFactory.createXPath(Expr rootExpr) |
Copyright © 2001–2015 Codehaus. All rights reserved.