| Package | Description |
|---|---|
| com.caucho.xpath |
Finding and selecting XML nodes using XSL patterns.
|
| com.caucho.xpath.expr | |
| com.caucho.xpath.functions |
| Modifier and Type | Method and Description |
|---|---|
static Expr |
XPath.parseExpr(java.lang.String query)
Parses an XPath expression for later evaluation.
|
static Expr |
XPath.parseExpr(java.lang.String query,
NamespaceContext namespace)
Parses an XPath expression for later evaluation.
|
static Expr |
XPath.parseExpr(java.lang.String query,
NamespaceContext namespace,
AbstractPattern nodeList)
Parses an XPath expression for later evaluation.
|
static Pattern |
XPath.parseMatch(java.lang.String query)
Create a node match pattern.
|
static Pattern |
XPath.parseMatch(java.lang.String query,
NamespaceContext namespace)
Create a node match pattern.
|
static Pattern |
XPath.parseSelect(java.lang.String query)
Create a node selection pattern.
|
static Pattern |
XPath.parseSelect(java.lang.String query,
NamespaceContext namespace)
Create a node selection pattern.
|
| Constructor and Description |
|---|
BaseURI(Expr expr) |
| Constructor and Description |
|---|
BaseURI(Expr expr) |
ResolveURI(Expr relExpr,
Expr baseExpr) |
Trace(Expr expr,
Expr labelExpr) |