パッケージ | 説明 |
---|---|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
org.jaxen.pattern |
Defines XSLT Pattern objects.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
DefaultFilterExpr
非推奨です。
this class will become non-public in the future;
use the interface instead
|
修飾子とタイプ | メソッドと説明 |
---|---|
FilterExpr |
XPathFactory.createFilterExpr(Expr expr)
Returns a new XPath filter expression.
|
FilterExpr |
DefaultXPathFactory.createFilterExpr(Expr expr) |
修飾子とタイプ | メソッドと説明 |
---|---|
PathExpr |
XPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath)
Create a new path expression.
|
PathExpr |
DefaultXPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
LocationPathPattern.addFilter(FilterExpr filter)
Adds a filter to this pattern
|
Copyright © 2001-2013 Codehaus. All Rights Reserved.