Package | Description |
---|---|
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.compiler.util |
Modifier and Type | Method and Description |
---|---|
Parser |
XSLTC.getParser()
Only for user by the internal TrAX implementation.
|
Parser |
SyntaxTreeNode.getParser()
Returns this node's XSLT parser.
|
Modifier and Type | Method and Description |
---|---|
void |
Stylesheet.declareExtensionPrefixes(Parser parser) |
void |
Template.parseContents(Parser parser) |
void |
SyntaxTreeNode.parseContents(Parser parser)
Parse the contents of this syntax tree nodes (child nodes, XPath
expressions, patterns and functions).
|
void |
Stylesheet.parseContents(Parser parser)
Parse the version and uri fields of the stylesheet and add an
entry to the symbol table mapping the name __stylesheet_
to an instance of this class.
|
void |
Stylesheet.parseOwnChildren(Parser parser)
Parse all direct children of the
|
void |
Template.parseSimplified(Stylesheet stylesheet,
Parser parser)
When the parser realises that it is dealign with a simplified stylesheet
it will create an empty Stylesheet object with the root element of the
stylesheet (a LiteralElement object) as its only child.
|
void |
Stylesheet.setParser(Parser parser) |
Constructor and Description |
---|
XPathParser(Parser parser) |
Modifier and Type | Method and Description |
---|---|
Parser |
ClassGenerator.getParser() |
Copyright ? 2014 Apache XML Project. All Rights Reserved.