|
||||||||||
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 | |
---|---|
class |
LocationPathPattern
|
class |
Pattern
|
class |
Stylesheet
|
class |
Template
|
Methods in org.apache.xalan.xsltc.compiler that return SyntaxTreeNode | |
---|---|
SyntaxTreeNode |
Parser.getDocumentRoot()
|
SyntaxTreeNode |
Parser.makeInstance(String uri,
String prefix,
String local,
Attributes attributes)
|
SyntaxTreeNode |
Parser.parse(InputSource input)
Parses a stylesheet and builds the internal abstract syntax tree |
SyntaxTreeNode |
Parser.parse(XMLReader reader,
InputSource input)
Parses a stylesheet and builds the internal abstract syntax tree |
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,
String exp)
Parse an XPath expression: |
org.apache.xalan.xsltc.compiler.Expression |
Parser.parseExpression(SyntaxTreeNode parent,
String attr,
String def)
Parse an XPath expression: |
Pattern |
Parser.parsePattern(SyntaxTreeNode parent,
String pattern)
Parse an XPath pattern: |
Pattern |
Parser.parsePattern(SyntaxTreeNode parent,
String attr,
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 | |
---|---|
ErrorMsg(String code,
Object param1,
Object param2,
SyntaxTreeNode node)
|
|
ErrorMsg(String code,
Object param1,
SyntaxTreeNode node)
|
|
ErrorMsg(String code,
SyntaxTreeNode node)
|
|
TypeCheckError(SyntaxTreeNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |