Uses of Class
org.jaxen.saxpath.XPathSyntaxException
-
Packages that use XPathSyntaxException Package Description org.jaxen This package defines the core Jaxen API to the XPath engine.org.jaxen.saxpath.base jaxen implementation of the SAXPath functionality. -
-
Uses of XPathSyntaxException in org.jaxen
Constructors in org.jaxen with parameters of type XPathSyntaxException Constructor Description XPathSyntaxException(XPathSyntaxException e)
Create a new XPathSyntaxException wrapping an existingorg.jaxen.saxpath.XPathSyntaxException
. -
Uses of XPathSyntaxException in org.jaxen.saxpath.base
Methods in org.jaxen.saxpath.base that return XPathSyntaxException Modifier and Type Method Description private XPathSyntaxException
XPathReader. createSyntaxException(java.lang.String message)
Methods in org.jaxen.saxpath.base that throw XPathSyntaxException Modifier and Type Method Description private Token
XPathReader. match(int tokenType)
-