Package | Description |
---|---|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultUnionExpr |
Deprecated.
this class will become non-public in the future;
use the interface instead
|
Modifier and Type | Method | Description |
---|---|---|
UnionExpr |
DefaultXPathFactory.createUnionExpr(Expr lhs,
Expr rhs) |
|
UnionExpr |
XPathFactory.createUnionExpr(Expr lhs,
Expr rhs) |
Returns a new XPath union expression.
|
Copyright © 2001–2018 Codehaus. All rights reserved.