- SAXPathEventSource - Interface in org.saxpath
-
Interface for any object capable of generating
SAXPath events to an
XPathHandler
.
- SAXPathException - Exception in org.saxpath
-
Base of all SAXPath exceptions.
- SAXPathException(String) - Constructor for exception org.saxpath.SAXPathException
-
Construct with a given message.
- SAXPathParseException - Exception in org.saxpath
-
Base of all parse-related SAXPath exceptions.
- SAXPathParseException(String) - Constructor for exception org.saxpath.SAXPathParseException
-
Construct with the given message.
- SELF - Static variable in class org.saxpath.Axis
-
The self
axis
- setXPathHandler(XPathHandler) - Method in interface org.saxpath.SAXPathEventSource
-
Set the
XPathHandler
to receive
event callbacks during the parse.
- startAbsoluteLocationPath() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startAbsoluteLocationPath() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of an absolute location path expression.
- startAdditiveExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startAdditiveExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of an additive ('+' or '-') expression.
- startAllNodeStep(int) - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startAllNodeStep(int) - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a node() step.
- startAndExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startAndExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of an 'and' expression.
- startCommentNodeStep(int) - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startCommentNodeStep(int) - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a comment() step.
- startEqualityExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startEqualityExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of an equality ('=' or '!=') expression.
- startFilterExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startFilterExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a filter expression.
- startFunction(String, String) - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startFunction(String, String) - Method in interface org.saxpath.XPathHandler
-
Receive notification of a function call.
- startMultiplicativeExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startMultiplicativeExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.
- startNameStep(int, String, String) - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startNameStep(int, String, String) - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a name step.
- startOrExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startOrExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of an 'or' expression.
- startPathExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startPathExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a path expression.
- startPredicate() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startPredicate() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a predicate.
- startProcessingInstructionNodeStep(int, String) - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startProcessingInstructionNodeStep(int, String) - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a processing-instruction(...) step.
- startRelationalExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startRelationalExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a relational ('<', '>', '<=', or '>=') expression.
- startRelativeLocationPath() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startRelativeLocationPath() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a relative location path expression.
- startTextNodeStep(int) - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startTextNodeStep(int) - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a text() step.
- startUnaryExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startUnaryExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a unary ('+' or '-') expression.
- startUnionExpr() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startUnionExpr() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of a union ('|') expression.
- startXPath() - Method in class org.saxpath.conformance.ConformanceXPathHandler
-
- startXPath() - Method in interface org.saxpath.XPathHandler
-
Receive notification of the start of an XPath expression parse.
- SUBTRACT - Static variable in interface org.saxpath.Operator
-