Uses of Class
jd.xml.xpath.XPathException

Packages that use XPathException
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xpath.model Contains classes for the XPath node model. 
jd.xml.xpath.model.build Contains classes to build a XPath model. 
jd.xml.xpath.object Contains classes for the XPath objects, i.e. 
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
 

Uses of XPathException in jd.xml.xpath.expr.function
 

Methods in jd.xml.xpath.expr.function that throw XPathException
 void Function.setArguments(Expression[] arguments)
          Set the function arguments.
 

Uses of XPathException in jd.xml.xpath.model
 

Methods in jd.xml.xpath.model that throw XPathException
 XPathRootNode ModelReader.read(XmlSource source, NodeNamePool nodeNamePool)
          Read a xml document.
 

Uses of XPathException in jd.xml.xpath.model.build
 

Methods in jd.xml.xpath.model.build that throw XPathException
static ModelBuilder ModelBuilderFactory.getModelBuilder(XmlSource source, ModelBuilder lastBuilder)
          Get a ModelBuilder which is suitable for the given document source.
abstract  ModelBuilder ModelBuilderFactory.getModelBuilder(ModelBuilder lastBuilder)
          Get a ModelBuilder.
abstract  ModelBuilder ModelBuilderFactory.createModelBuilder()
          Create a ModelBuilder.
 

Uses of XPathException in jd.xml.xpath.object
 

Methods in jd.xml.xpath.object that throw XPathException
static Character XString.toCharacterValue(String value)
          Convert a string to a character.
 XNodeSet XObject.toNodeSet()
          Convert the XObject to a NodeSet.
 

Uses of XPathException in jd.xml.xslt
 

Subclasses of XPathException in jd.xml.xslt
 class XsltException
          A XsltException signals an error during a XSLT transformation.