Uses of Class
org.saxpath.SAXPathException
Packages that use SAXPathException
-
Uses of SAXPathException in org.saxpath
Subclasses of SAXPathException in org.saxpathModifier and TypeClassDescriptionclassBase of all parse-related SAXPath exceptions.classMethods in org.saxpath that throw SAXPathExceptionModifier and TypeMethodDescriptionvoidXPathHandler.endAbsoluteLocationPath()Receive notification of the end of an absolute location path expression.voidXPathHandler.endAdditiveExpr(int additiveOperator) Receive notification of the end of an additive ('+' or '-') expression.voidXPathHandler.endAllNodeStep()Receive notification of the end of a node() step.voidXPathHandler.endAndExpr(boolean create) Receive notification of the end of an 'and' expression.voidXPathHandler.endCommentNodeStep()Receive notification of the end of a comment() step.voidXPathHandler.endEqualityExpr(int equalityOperator) Receive notification of the end of an equality ('=' or '!=') expression.voidXPathHandler.endFilterExpr()Receive notification of the end of a filter expression.voidXPathHandler.endFunction()Receive notification of the end of a function call.voidXPathHandler.endMultiplicativeExpr(int multiplicativeOperator) Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.voidXPathHandler.endNameStep()Receive notification of the end of a NameStepvoidXPathHandler.endOrExpr(boolean create) Receive notification of the end of an 'or' expression.voidXPathHandler.endPathExpr()Receive notification of the end of a path expression.voidXPathHandler.endPredicate()Receive notification of the end of a predicate.voidXPathHandler.endProcessingInstructionNodeStep()Receive notification of the end of a processing-instruction(...) step.voidXPathHandler.endRelationalExpr(int relationalOperator) Receive notification of the start of a relational ('invalid input: '<'', '>', 'invalid input: '<'=', or '>=') expression.voidXPathHandler.endRelativeLocationPath()Receive notification of the end of a relative location path expression.voidXPathHandler.endTextNodeStep()Receive notification of the end of a text() step.voidXPathHandler.endUnaryExpr(int unaryOperator) Receive notification of the end of a unary ('+' or '-') expression.voidXPathHandler.endUnionExpr(boolean create) Receive notification of the end of a union ('|') expression.voidXPathHandler.endXPath()Receive notification of the end of an XPath expression parse.voidReceive notification of a literal expression.voidXPathHandler.number(double number) Receive notification of a number expression.voidXPathHandler.number(int number) Receive notification of a number expression.voidPerform parsing of the textual XPath expression, and produce event callbacks to anXPathHandler.voidXPathHandler.startAbsoluteLocationPath()Receive notification of the start of an absolute location path expression.voidXPathHandler.startAdditiveExpr()Receive notification of the start of an additive ('+' or '-') expression.voidXPathHandler.startAllNodeStep(int axis) Receive notification of the start of a node() step.voidXPathHandler.startAndExpr()Receive notification of the start of an 'and' expression.voidXPathHandler.startCommentNodeStep(int axis) Receive notification of the start of a comment() step.voidXPathHandler.startEqualityExpr()Receive notification of the start of an equality ('=' or '!=') expression.voidXPathHandler.startFilterExpr()Receive notification of the start of a filter expression.voidXPathHandler.startFunction(String prefix, String functionName) Receive notification of a function call.voidXPathHandler.startMultiplicativeExpr()Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.voidXPathHandler.startNameStep(int axis, String prefix, String localName) Receive notification of the start of a name step.voidXPathHandler.startOrExpr()Receive notification of the start of an 'or' expression.voidXPathHandler.startPathExpr()Receive notification of the start of a path expression.voidXPathHandler.startPredicate()Receive notification of the start of a predicate.voidXPathHandler.startProcessingInstructionNodeStep(int axis, String name) Receive notification of the start of a processing-instruction(...) step.voidXPathHandler.startRelationalExpr()Receive notification of the start of a relational ('invalid input: '<'', '>', 'invalid input: '<'=', or '>=') expression.voidXPathHandler.startRelativeLocationPath()Receive notification of the start of a relative location path expression.voidXPathHandler.startTextNodeStep(int axis) Receive notification of the start of a text() step.voidXPathHandler.startUnaryExpr()Receive notification of the start of a unary ('+' or '-') expression.voidXPathHandler.startUnionExpr()Receive notification of the start of a union ('|') expression.voidXPathHandler.startXPath()Receive notification of the start of an XPath expression parse.voidXPathHandler.variableReference(String prefix, String variableName) Receive notification of a variable-reference expression. -
Uses of SAXPathException in org.saxpath.helpers
Methods in org.saxpath.helpers that throw SAXPathExceptionModifier and TypeMethodDescriptionstatic XPathReaderXPathReaderFactory.createReader()Create anXPathReaderusing the value of theorg.saxpath.driversystem property.static XPathReaderXPathReaderFactory.createReader(String className) Create anXPathReaderusing the passed in class name.