|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |