Uses of Class
jd.xml.xpath.parser.XPathParseContext

Packages that use XPathParseContext
jd.xml.xpath.parser Contains the XPath expression parser. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
 

Uses of XPathParseContext in jd.xml.xpath.parser
 

Constructors in jd.xml.xpath.parser with parameters of type XPathParseContext
ExpressionParser(XPathParseContext context)
          Create a ExpressionParser using the given FunctionLibrary.
 

Uses of XPathParseContext in jd.xml.xslt.parser
 

Subclasses of XPathParseContext in jd.xml.xslt.parser
 class XsltParseContext
          ParseContext holds information about the current state of a parse process, i.e.: settings for the current stylesheet (xslt version, base uri, forwardCompatibleProcessing mode...) settings for the current parsed element or attribute the namespace declarations in effect for the current parsed element.