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 | 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 | Description |
---|---|---|
class |
DefaultXPathExpr |
Deprecated.
this class will become non-public in the future;
use the interface instead
|
Modifier and Type | Method | Description |
---|---|---|
XPathExpr |
DefaultXPathFactory.createXPath(Expr rootExpr) |
|
XPathExpr |
XPathFactory.createXPath(Expr rootExpr) |
Create a new
XPathExpr from an Expr . |
Copyright © 2001–2018 Codehaus. All rights reserved.