Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jaxen.expr.DefaultXPathFactory
XPathFactory
public LocationPath createAbsoluteLocationPath() throws JaxenException
- Specified by:
- createAbsoluteLocationPath in interface XPathFactory
public BinaryExpr createAdditiveExpr(Expr lhs, Expr rhs, int additiveOperator) throws JaxenException
- Specified by:
- createAdditiveExpr in interface XPathFactory
public Step createAllNodeStep(int axis) throws JaxenException
- Specified by:
- createAllNodeStep in interface XPathFactory
public BinaryExpr createAndExpr(Expr lhs, Expr rhs) throws JaxenException
- Specified by:
- createAndExpr in interface XPathFactory
public Step createCommentNodeStep(int axis) throws JaxenException
- Specified by:
- createCommentNodeStep in interface XPathFactory
public BinaryExpr createEqualityExpr(Expr lhs, Expr rhs, int equalityOperator) throws JaxenException
- Specified by:
- createEqualityExpr in interface XPathFactory
public FilterExpr createFilterExpr(Expr expr) throws JaxenException
- Specified by:
- createFilterExpr in interface XPathFactory
public FunctionCallExpr createFunctionCallExpr(String prefix, String functionName) throws JaxenException
- Specified by:
- createFunctionCallExpr in interface XPathFactory
public LiteralExpr createLiteralExpr(String literal) throws JaxenException
- Specified by:
- createLiteralExpr in interface XPathFactory
public BinaryExpr createMultiplicativeExpr(Expr lhs, Expr rhs, int multiplicativeOperator) throws JaxenException
- Specified by:
- createMultiplicativeExpr in interface XPathFactory
public Step createNameStep(int axis, String prefix, String localName) throws JaxenException
- Specified by:
- createNameStep in interface XPathFactory
public NumberExpr createNumberExpr(double number) throws JaxenException
- Specified by:
- createNumberExpr in interface XPathFactory
public NumberExpr createNumberExpr(int number) throws JaxenException
- Specified by:
- createNumberExpr in interface XPathFactory
public BinaryExpr createOrExpr(Expr lhs, Expr rhs) throws JaxenException
- Specified by:
- createOrExpr in interface XPathFactory
public PathExpr createPathExpr(FilterExpr filterExpr, LocationPath locationPath) throws JaxenException
- Specified by:
- createPathExpr in interface XPathFactory
public Predicate createPredicate(Expr predicateExpr) throws JaxenException
- Specified by:
- createPredicate in interface XPathFactory
public PredicateSet createPredicateSet() throws JaxenException
- Specified by:
- createPredicateSet in interface XPathFactory
public Step createProcessingInstructionNodeStep(int axis, String piName) throws JaxenException
- Specified by:
- createProcessingInstructionNodeStep in interface XPathFactory
public BinaryExpr createRelationalExpr(Expr lhs, Expr rhs, int relationalOperator) throws JaxenException
- Specified by:
- createRelationalExpr in interface XPathFactory
public LocationPath createRelativeLocationPath() throws JaxenException
- Specified by:
- createRelativeLocationPath in interface XPathFactory
public Step createTextNodeStep(int axis) throws JaxenException
- Specified by:
- createTextNodeStep in interface XPathFactory
public Expr createUnaryExpr(Expr expr, int unaryOperator) throws JaxenException
- Specified by:
- createUnaryExpr in interface XPathFactory
public UnionExpr createUnionExpr(Expr lhs, Expr rhs) throws JaxenException
- Specified by:
- createUnionExpr in interface XPathFactory
public VariableReferenceExpr createVariableReferenceExpr(String prefix, String variable) throws JaxenException
- Specified by:
- createVariableReferenceExpr in interface XPathFactory
public XPathExpr createXPath(Expr rootExpr) throws JaxenException
- Specified by:
- createXPath in interface XPathFactory