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. -
-
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
.
-