Uses of Class
org.apache.xerces.impl.xpath.XPathException

Packages that use XPathException
org.apache.xerces.impl.xpath   
org.apache.xerces.impl.xs.identity   
 

Uses of XPathException in org.apache.xerces.impl.xpath
 

Constructors in org.apache.xerces.impl.xpath that throw XPathException
XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs an XPath object from the specified expression.
 

Uses of XPathException in org.apache.xerces.impl.xs.identity
 

Constructors in org.apache.xerces.impl.xs.identity that throw XPathException
Field.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a field XPath expression.
Selector.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a selector XPath expression.