Package | Description |
---|---|
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.compiler.util |
Modifier and Type | Method | Description |
---|---|---|
Parser |
SyntaxTreeNode.getParser() |
Returns this node's XSLT parser.
|
Parser |
XSLTC.getParser() |
Only for user by the internal TrAX implementation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Stylesheet.declareExtensionPrefixes(Parser parser) |
|
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 |
SyntaxTreeNode.parseContents(Parser parser) |
Parse the contents of this syntax tree nodes (child nodes, XPath
expressions, patterns and functions).
|
void |
Template.parseContents(Parser parser) |
|
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 | Description |
---|---|
XPathParser(Parser parser) |
Modifier and Type | Method | Description |
---|---|---|
Parser |
ClassGenerator.getParser() |
Copyright ? 2014 Apache XML Project. All Rights Reserved.