public interface XPathFactory extends Operator
ADD, DIV, EQUALS, GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN, LESS_THAN_EQUALS, MOD, MULTIPLY, NEGATIVE, NO_OP, NOT_EQUALS, SUBTRACTXPathExpr createXPath(Expr rootExpr) throws JaxenException
JaxenExceptionPathExpr createPathExpr(FilterExpr filterExpr, LocationPath locationPath) throws JaxenException
JaxenExceptionLocationPath createRelativeLocationPath() throws JaxenException
JaxenExceptionLocationPath createAbsoluteLocationPath() throws JaxenException
JaxenExceptionBinaryExpr createOrExpr(Expr lhs, Expr rhs) throws JaxenException
JaxenExceptionBinaryExpr createAndExpr(Expr lhs, Expr rhs) throws JaxenException
JaxenExceptionBinaryExpr createEqualityExpr(Expr lhs, Expr rhs, int equalityOperator) throws JaxenException
JaxenExceptionBinaryExpr createRelationalExpr(Expr lhs, Expr rhs, int relationalOperator) throws JaxenException
JaxenExceptionBinaryExpr createAdditiveExpr(Expr lhs, Expr rhs, int additiveOperator) throws JaxenException
JaxenExceptionBinaryExpr createMultiplicativeExpr(Expr lhs, Expr rhs, int multiplicativeOperator) throws JaxenException
JaxenExceptionExpr createUnaryExpr(Expr expr, int unaryOperator) throws JaxenException
JaxenExceptionUnionExpr createUnionExpr(Expr lhs, Expr rhs) throws JaxenException
JaxenExceptionFilterExpr createFilterExpr(Expr expr) throws JaxenException
JaxenExceptionFunctionCallExpr createFunctionCallExpr(String prefix, String functionName) throws JaxenException
JaxenExceptionNumberExpr createNumberExpr(int number) throws JaxenException
JaxenExceptionNumberExpr createNumberExpr(double number) throws JaxenException
JaxenExceptionLiteralExpr createLiteralExpr(String literal) throws JaxenException
JaxenExceptionVariableReferenceExpr createVariableReferenceExpr(String prefix, String variableName) throws JaxenException
JaxenExceptionStep createNameStep(int axis, String prefix, String localName) throws JaxenException
JaxenExceptionStep createAllNodeStep(int axis) throws JaxenException
JaxenExceptionStep createCommentNodeStep(int axis) throws JaxenException
JaxenExceptionStep createTextNodeStep(int axis) throws JaxenException
JaxenExceptionStep createProcessingInstructionNodeStep(int axis, String name) throws JaxenException
JaxenExceptionPredicate createPredicate(Expr predicateExpr) throws JaxenException
JaxenExceptionCopyright © 2013. All Rights Reserved.