|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnionExpr | |
org.jaxen.expr | Interfaces and default implementations for XPath expression components. |
org.jaxen.util | Utility objects for walking object models. |
Uses of UnionExpr in org.jaxen.expr |
Classes in org.jaxen.expr that implement UnionExpr | |
class |
DefaultUnionExpr
|
Methods in org.jaxen.expr that return UnionExpr | |
UnionExpr |
DefaultXPathFactory.createUnionExpr(Expr lhs,
Expr rhs)
|
UnionExpr |
XPathFactory.createUnionExpr(Expr lhs,
Expr rhs)
|
Methods in org.jaxen.expr with parameters of type UnionExpr | |
void |
VisitorSupport.visit(UnionExpr expr)
|
void |
Visitor.visit(UnionExpr expr)
|
Uses of UnionExpr in org.jaxen.util |
Methods in org.jaxen.util with parameters of type UnionExpr | |
void |
XPath2XMLVisitor.visit(UnionExpr expr)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |