| 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.
|
| org.jaxen.pattern |
Defines XSLT Pattern objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JaxenHandler.addSteps(LocationPath locationPath,
Iterator stepIter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAbsoluteLocationPath
Deprecated.
this class will become non-public in the future;
use the interface instead
|
class |
DefaultRelativeLocationPath
Deprecated.
this class will become non-public in the future;
use the interface instead
|
| Modifier and Type | Method and Description |
|---|---|
LocationPath |
DefaultXPathFactory.createAbsoluteLocationPath() |
LocationPath |
XPathFactory.createAbsoluteLocationPath()
Create a new empty absolute location path.
|
LocationPath |
DefaultXPathFactory.createRelativeLocationPath() |
LocationPath |
XPathFactory.createRelativeLocationPath()
Create a new empty relative location path.
|
LocationPath |
PathExpr.getLocationPath()
Returns the location path part of this path expression.
|
| Modifier and Type | Method and Description |
|---|---|
PathExpr |
DefaultXPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath) |
PathExpr |
XPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath)
Create a new path expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected static LocationPathPattern |
PatternParser.convertExpr(LocationPath locationPath) |
Copyright © 2001-2012 Codehaus. All Rights Reserved.