Package | Description |
---|---|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
org.jaxen.pattern |
Defines XSLT Pattern objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFilterExpr
Deprecated.
this class will become non-public in the future;
use the interface instead
|
Modifier and Type | Method and Description |
---|---|
FilterExpr |
XPathFactory.createFilterExpr(Expr expr)
Returns a new XPath filter expression.
|
FilterExpr |
DefaultXPathFactory.createFilterExpr(Expr expr) |
Modifier and Type | Method and Description |
---|---|
PathExpr |
XPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath)
Create a new path expression.
|
PathExpr |
DefaultXPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath) |
Modifier and Type | Method and Description |
---|---|
void |
LocationPathPattern.addFilter(FilterExpr filter)
Adds a filter to this pattern
|
Copyright © 2001–2015 Codehaus. All rights reserved.