|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterExpr | |
org.jaxen.expr | Interfaces and default implementations for XPath expression components. |
org.jaxen.pattern | Defines XSLT Pattern objects. |
Uses of FilterExpr in org.jaxen.expr |
Classes in org.jaxen.expr that implement FilterExpr | |
class |
DefaultFilterExpr
Deprecated. this class will become non-public in the future; use the interface instead |
Methods in org.jaxen.expr that return FilterExpr | |
FilterExpr |
DefaultXPathFactory.createFilterExpr(Expr expr)
|
FilterExpr |
XPathFactory.createFilterExpr(Expr expr)
Returns a new XPath filter expression. |
Methods in org.jaxen.expr with parameters of type FilterExpr | |
PathExpr |
DefaultXPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath)
|
PathExpr |
XPathFactory.createPathExpr(FilterExpr filterExpr,
LocationPath locationPath)
Create a new path expression. |
Uses of FilterExpr in org.jaxen.pattern |
Methods in org.jaxen.pattern with parameters of type FilterExpr | |
void |
LocationPathPattern.addFilter(FilterExpr filter)
Adds a filter to this pattern |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |