|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyntaxTreeNode | |
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.compiler.util |
Uses of SyntaxTreeNode in org.apache.xalan.xsltc.compiler |
Subclasses of SyntaxTreeNode in org.apache.xalan.xsltc.compiler | |
(package private) class |
org.apache.xalan.xsltc.compiler.Expression
|
class |
LocationPathPattern
|
class |
Pattern
|
class |
Stylesheet
|
class |
Template
|
(package private) class |
org.apache.xalan.xsltc.compiler.TopLevelElement
|
Methods in org.apache.xalan.xsltc.compiler that return SyntaxTreeNode | |
SyntaxTreeNode |
Parser.parse(XMLReader reader,
InputSource input)
Parses a stylesheet and builds the internal abstract syntax tree |
SyntaxTreeNode |
Parser.parse(InputSource input)
Parses a stylesheet and builds the internal abstract syntax tree |
SyntaxTreeNode |
Parser.getDocumentRoot()
|
SyntaxTreeNode |
Parser.makeInstance(java.lang.String uri,
java.lang.String prefix,
java.lang.String local,
Attributes attributes)
|
Methods in org.apache.xalan.xsltc.compiler with parameters of type SyntaxTreeNode | |
Stylesheet |
Parser.makeStylesheet(SyntaxTreeNode element)
Create an instance of the Stylesheet class,
and then parse, typecheck and compile the instance. |
org.apache.xalan.xsltc.compiler.Expression |
Parser.parseExpression(SyntaxTreeNode parent,
java.lang.String exp)
Parse an XPath expression: |
org.apache.xalan.xsltc.compiler.Expression |
Parser.parseExpression(SyntaxTreeNode parent,
java.lang.String attr,
java.lang.String def)
Parse an XPath expression: |
Pattern |
Parser.parsePattern(SyntaxTreeNode parent,
java.lang.String pattern)
Parse an XPath pattern: |
Pattern |
Parser.parsePattern(SyntaxTreeNode parent,
java.lang.String attr,
java.lang.String def)
Parse an XPath pattern: |
Uses of SyntaxTreeNode in org.apache.xalan.xsltc.compiler.util |
Constructors in org.apache.xalan.xsltc.compiler.util with parameters of type SyntaxTreeNode | |
TypeCheckError.TypeCheckError(SyntaxTreeNode node)
|
|
ErrorMsg.ErrorMsg(java.lang.String code,
SyntaxTreeNode node)
|
|
ErrorMsg.ErrorMsg(java.lang.String code,
java.lang.Object param1,
SyntaxTreeNode node)
|
|
ErrorMsg.ErrorMsg(java.lang.String code,
java.lang.Object param1,
java.lang.Object param2,
SyntaxTreeNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |