Uses of Class
org.jaxen.JaxenException
-
Packages that use JaxenException Package Description org.jaxen This package defines the core Jaxen API to the XPath engine.org.jaxen.dom Navigation for W3C DOM trees.org.jaxen.dom4j Navigation for dom4j trees.org.jaxen.expr Interfaces and default implementations for XPath expression components.org.jaxen.javabean Navigation for JavaBeans.org.jaxen.jdom Navigation for JDOM trees.org.jaxen.pattern Defines XSLT Pattern objects.org.jaxen.xom Navigation for XOM trees. -
-
Uses of JaxenException in org.jaxen
Subclasses of JaxenException in org.jaxen Modifier and Type Class Description classFunctionCallExceptionThrown if an exception occurs during the evaluation of a function.classUnresolvableExceptionThrown when a function-call or variable-reference, or any other lookup based on namespace and local name, couldn't be resolved.classUnsupportedAxisExceptionIndicates attempt to evaluate an XPath axis that is unsupported by the current object-model.classXPathSyntaxExceptionIndicates an error during parsing of an XPath expression.Methods in org.jaxen that throw JaxenException Modifier and Type Method Description voidBaseXPath. addNamespace(java.lang.String prefix, java.lang.String uri)Add a namespace prefix-to-URI mapping for this XPath expression.voidXPath. addNamespace(java.lang.String prefix, java.lang.String uri)Add a namespace prefix-to-URI mapping for this XPath expression.booleanBaseXPath. booleanValueOf(java.lang.Object node)Retrieve a boolean-value interpretation of this XPath expression when evaluated against a given context.booleanXPath. booleanValueOf(java.lang.Object context)Retrieve the boolean value of the first node in document order returned by this XPath expression when evaluated in the given context.voidJaxenHandler. endAbsoluteLocationPath()voidJaxenHandler. endAdditiveExpr(int operator)voidJaxenHandler. endAndExpr(boolean create)voidJaxenHandler. endEqualityExpr(int operator)voidJaxenHandler. endFilterExpr()protected voidJaxenHandler. endLocationPath()voidJaxenHandler. endMultiplicativeExpr(int operator)voidJaxenHandler. endOrExpr(boolean create)voidJaxenHandler. endPathExpr()voidJaxenHandler. endPredicate()voidJaxenHandler. endRelationalExpr(int operator)voidJaxenHandler. endRelativeLocationPath()voidJaxenHandler. endUnaryExpr(int operator)voidJaxenHandler. endUnionExpr(boolean create)voidJaxenHandler. endXPath()java.lang.ObjectBaseXPath. evaluate(java.lang.Object context)Evaluate this XPath against a given context.java.lang.ObjectXPath. evaluate(java.lang.Object context)Evaluate this XPath against the given context.voidJaxenHandler. literal(java.lang.String literal)voidJaxenHandler. number(double number)voidJaxenHandler. number(int number)java.lang.NumberBaseXPath. numberValueOf(java.lang.Object node)Retrieve a number-value interpretation of this XPath expression when evaluated against a given context.java.lang.NumberXPath. numberValueOf(java.lang.Object context)Retrieve the number-value of the first node in document order returned by this XPath expression when evaluated in the given context.java.util.ListBaseXPath. selectNodes(java.lang.Object node)Select all nodes that are selected by this XPath expression.java.util.ListXPath. selectNodes(java.lang.Object context)Select all nodes that are selectable by this XPath expression.protected java.util.ListBaseXPath. selectNodesForContext(Context context)Select all nodes that match this XPath expression on the given Context object.java.lang.ObjectBaseXPath. selectSingleNode(java.lang.Object node)Select only the first node selected by this XPath expression.java.lang.ObjectXPath. selectSingleNode(java.lang.Object context)Return the first node in document order that is selected by this XPath expression.protected java.lang.ObjectBaseXPath. selectSingleNodeForContext(Context context)Return only the first node that is selected by this XPath expression.voidJaxenHandler. startAbsoluteLocationPath()voidJaxenHandler. startAllNodeStep(int axis)voidJaxenHandler. startCommentNodeStep(int axis)voidJaxenHandler. startFunction(java.lang.String prefix, java.lang.String functionName)voidJaxenHandler. startNameStep(int axis, java.lang.String prefix, java.lang.String localName)voidJaxenHandler. startProcessingInstructionNodeStep(int axis, java.lang.String name)voidJaxenHandler. startRelativeLocationPath()voidJaxenHandler. startTextNodeStep(int axis)java.lang.StringBaseXPath. stringValueOf(java.lang.Object node)Retrieves the string-value of the result of evaluating this XPath expression when evaluated against the specified context.java.lang.StringXPath. stringValueOf(java.lang.Object context)Retrieve a string-value interpretation of this XPath expression when evaluated against the given context.java.lang.StringBaseXPath. valueOf(java.lang.Object node)Deprecated.replaced byBaseXPath.stringValueOf(java.lang.Object)java.lang.StringXPath. valueOf(java.lang.Object context)Deprecated.useXPath.stringValueOf(Object)insteadvoidJaxenHandler. variableReference(java.lang.String prefix, java.lang.String variableName)Constructors in org.jaxen that throw JaxenException Constructor Description BaseXPath(java.lang.String xpathExpr)Construct given an XPath expression string.BaseXPath(java.lang.String xpathExpr, Navigator navigator)Construct given an XPath expression string. -
Uses of JaxenException in org.jaxen.dom
Constructors in org.jaxen.dom that throw JaxenException Constructor Description DOMXPath(java.lang.String xpathExpr)Create a newDOMXPathfrom an XPath expression string. -
Uses of JaxenException in org.jaxen.dom4j
Constructors in org.jaxen.dom4j that throw JaxenException Constructor Description Dom4jXPath(java.lang.String xpathExpr)Construct given an XPath expression string. -
Uses of JaxenException in org.jaxen.expr
Methods in org.jaxen.expr that throw JaxenException Modifier and Type Method Description java.util.ListPredicateSet. applyPredicate(Predicate predicate, java.util.List nodes2Filter, ContextSupport support)booleanDefaultFilterExpr. asBoolean(Context context)Deprecated.Returns true if the current filter matches at least one of the context nodesbooleanFilterExpr. asBoolean(Context context)Evaluates the filter expression on the current context and returns true if at least one node matches.java.util.ListDefaultXPathExpr. asList(Context context)Deprecated.java.util.ListXPathExpr. asList(Context context)Evaluates the expression and returns a list cintaing the resulting nodes, or a singleton list containing aDouble,String, orBoolean.LocationPathDefaultXPathFactory. createAbsoluteLocationPath()LocationPathXPathFactory. createAbsoluteLocationPath()Create a new empty absolute location path.BinaryExprDefaultXPathFactory. createAdditiveExpr(Expr lhs, Expr rhs, int additiveOperator)BinaryExprXPathFactory. createAdditiveExpr(Expr lhs, Expr rhs, int additiveOperator)Returns a new XPath additive expression.StepDefaultXPathFactory. createAllNodeStep(int axis)StepXPathFactory. createAllNodeStep(int axis)Create a step with a node() node-test.BinaryExprDefaultXPathFactory. createAndExpr(Expr lhs, Expr rhs)BinaryExprXPathFactory. createAndExpr(Expr lhs, Expr rhs)Returns a new XPath And expression.StepDefaultXPathFactory. createCommentNodeStep(int axis)StepXPathFactory. createCommentNodeStep(int axis)Create a step with acomment()node-test.BinaryExprDefaultXPathFactory. createEqualityExpr(Expr lhs, Expr rhs, int equalityOperator)BinaryExprXPathFactory. createEqualityExpr(Expr lhs, Expr rhs, int equalityOperator)Returns a new XPath equality expression.FilterExprDefaultXPathFactory. createFilterExpr(Expr expr)FilterExprXPathFactory. createFilterExpr(Expr expr)Returns a new XPath filter expression.FunctionCallExprDefaultXPathFactory. createFunctionCallExpr(java.lang.String prefix, java.lang.String functionName)FunctionCallExprXPathFactory. createFunctionCallExpr(java.lang.String prefix, java.lang.String functionName)Create a new function call expression.LiteralExprDefaultXPathFactory. createLiteralExpr(java.lang.String literal)LiteralExprXPathFactory. createLiteralExpr(java.lang.String literal)Create a string literal expression.BinaryExprDefaultXPathFactory. createMultiplicativeExpr(Expr lhs, Expr rhs, int multiplicativeOperator)BinaryExprXPathFactory. createMultiplicativeExpr(Expr lhs, Expr rhs, int multiplicativeOperator)Returns a new XPath multiplicative expression.StepDefaultXPathFactory. createNameStep(int axis, java.lang.String prefix, java.lang.String localName)StepXPathFactory. createNameStep(int axis, java.lang.String prefix, java.lang.String localName)Create a step with a named node-test.NumberExprDefaultXPathFactory. createNumberExpr(double number)NumberExprDefaultXPathFactory. createNumberExpr(int number)NumberExprXPathFactory. createNumberExpr(double number)Create a number expression.NumberExprXPathFactory. createNumberExpr(int number)Create a number expression.BinaryExprDefaultXPathFactory. createOrExpr(Expr lhs, Expr rhs)BinaryExprXPathFactory. createOrExpr(Expr lhs, Expr rhs)Returns a new XPath Or expression.PathExprDefaultXPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)PathExprXPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)Create a new path expression.PredicateDefaultXPathFactory. createPredicate(Expr predicateExpr)PredicateXPathFactory. createPredicate(Expr predicateExpr)Create from the supplied expression.PredicateSetDefaultXPathFactory. createPredicateSet()PredicateSetXPathFactory. createPredicateSet()Create an empty predicate set.StepDefaultXPathFactory. createProcessingInstructionNodeStep(int axis, java.lang.String piName)StepXPathFactory. createProcessingInstructionNodeStep(int axis, java.lang.String name)Create a step with aprocessing-instruction()node-test.BinaryExprDefaultXPathFactory. createRelationalExpr(Expr lhs, Expr rhs, int relationalOperator)BinaryExprXPathFactory. createRelationalExpr(Expr lhs, Expr rhs, int relationalOperator)Returns a new XPath relational expression.LocationPathDefaultXPathFactory. createRelativeLocationPath()LocationPathXPathFactory. createRelativeLocationPath()Create a new empty relative location path.StepDefaultXPathFactory. createTextNodeStep(int axis)StepXPathFactory. createTextNodeStep(int axis)Create a step with atext()node-test.ExprDefaultXPathFactory. createUnaryExpr(Expr expr, int unaryOperator)ExprXPathFactory. createUnaryExpr(Expr expr, int unaryOperator)Returns a new XPath unary expression.UnionExprDefaultXPathFactory. createUnionExpr(Expr lhs, Expr rhs)UnionExprXPathFactory. createUnionExpr(Expr lhs, Expr rhs)Returns a new XPath union expression.VariableReferenceExprDefaultXPathFactory. createVariableReferenceExpr(java.lang.String prefix, java.lang.String variable)VariableReferenceExprXPathFactory. createVariableReferenceExpr(java.lang.String prefix, java.lang.String variableName)Create a new variable reference expression.XPathExprDefaultXPathFactory. createXPath(Expr rootExpr)XPathExprXPathFactory. createXPath(Expr rootExpr)Create a newXPathExprfrom anExpr.java.lang.ObjectDefaultAbsoluteLocationPath. evaluate(Context context)Deprecated.java.lang.ObjectDefaultFilterExpr. evaluate(Context context)Deprecated.java.lang.ObjectDefaultFunctionCallExpr. evaluate(Context context)Deprecated.java.util.ListDefaultNameStep. evaluate(Context context)Deprecated.Evaluate the context node set to find the new node set.java.util.ListDefaultStep. evaluate(Context context)Deprecated.java.lang.ObjectDefaultUnionExpr. evaluate(Context context)Deprecated.java.lang.ObjectExpr. evaluate(Context context)Evaluate the expression in the given context, and return the result.java.lang.ObjectPredicate. evaluate(Context context)Evaluates this predicate's expression and returns the result.java.util.ListStep. evaluate(Context context)For each node in the given context calls matches() for every node on the axis, then filters the result by each of the predicates.protected booleanPredicateSet. evaluateAsBoolean(java.util.List contextNodeSet, ContextSupport support)Returns true if any of the supplied nodes satisfy all the predicates in the set.java.util.ListDefaultFunctionCallExpr. evaluateParams(Context context)Deprecated.protected java.util.ListPredicateSet. evaluatePredicates(java.util.List contextNodeSet, ContextSupport support)Returns all of the supplied nodes that satisfy all the predicates in the set.protected IterableAxisDefaultXPathFactory. getIterableAxis(int axis)booleanDefaultNameStep. matches(java.lang.Object node, ContextSupport contextSupport)Deprecated.Checks whether the node matches this step.booleanStep. matches(java.lang.Object node, ContextSupport contextSupport)Performs the node-test part of evaluating the step for the given node (which must be on the axis). -
Uses of JaxenException in org.jaxen.javabean
Methods in org.jaxen.javabean that throw JaxenException Modifier and Type Method Description java.lang.ObjectJavaBeanXPath. evaluate(java.lang.Object node)Constructors in org.jaxen.javabean that throw JaxenException Constructor Description JavaBeanXPath(java.lang.String xpathExpr)Construct given an XPath expression string. -
Uses of JaxenException in org.jaxen.jdom
Constructors in org.jaxen.jdom that throw JaxenException Constructor Description JDOMXPath(java.lang.String xpathExpr)Construct given an XPath expression string. -
Uses of JaxenException in org.jaxen.pattern
Methods in org.jaxen.pattern that throw JaxenException Modifier and Type Method Description protected static LocationPathPatternPatternParser. convertDefaultStep(LocationPathPattern path, DefaultStep step)protected static PatternPatternParser. convertExpr(Expr expr)protected static LocationPathPatternPatternParser. convertExpr(LocationPath locationPath)protected static LocationPathPatternPatternParser. convertStep(LocationPathPattern path, Step step)voidPatternHandler. endAbsoluteLocationPath()protected voidPatternHandler. endLocationPath()voidPatternHandler. endRelativeLocationPath()voidPatternHandler. endUnionExpr(boolean create)booleanLocationPathPattern. matches(java.lang.Object node, Context context)abstract booleanPattern. matches(java.lang.Object node, Context context)booleanUnionPattern. matches(java.lang.Object node, Context context)static PatternPatternParser. parse(java.lang.String text)voidLocationPathPattern. setNodeTest(NodeTest nodeTest)Allows the NodeTest to be set -
Uses of JaxenException in org.jaxen.xom
Constructors in org.jaxen.xom that throw JaxenException Constructor Description XOMXPath(java.lang.String xpathExpr)Construct given an XPath expression string.
-