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