Package jd.xml.xslt.parser

Contains parser classes for stylesheets, stylesheet templates elements and patterns.

See:
          Description

Interface Summary
ParseListener  
 

Class Summary
AttributeIterator An iterator class for the attributes of an xsl element.
AttributeSetInfo A helper class to keep track of an attribute set.
ExcludedUris A helper class that keeps track of excluded namespace uris.
ExtensionUris A helper class that keeps track of extension namespace uris.
GlobalVariableNames GlobalVariableNames handles the names of all global variables.
LocalVariableNames A helper class to manage variable declarations
NamespaceAlias NamespaceAlias represents the xsl:namespace-alias instruction.
Parser A base class for XSLT related parsers.
PatternParser A parser for XSLT patterns, XPath expressions and AttributeValueTemplates.
StylesheetData A class to store the parse results of a stylesheet.
StylesheetParser A stylesheet parser.
TemplateParser A parser for XSLT templates.
TextContentBuilder A template visitor used to retrieve the text content of a template.
VariableSorter VariableSort sorts a set of variables according their dependency.
WhitespaceTest A WhitespaceTest holds the definition for whitespace stripping tests of source documents.
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.
 

Exception Summary
XsltParseException A XsltParseException indicates errors when a stylesheet is parsed.
 

Package jd.xml.xslt.parser Description

Contains parser classes for stylesheets, stylesheet templates elements and patterns.