Uses of Class
org.apache.xalan.xsltc.compiler.SyntaxTreeNode
Packages that use SyntaxTreeNode
-
Uses of SyntaxTreeNode in org.apache.xalan.xsltc.compiler
Subclasses of SyntaxTreeNode in org.apache.xalan.xsltc.compilerModifier and TypeClassDescriptionclass
class
final class
final class
Methods in org.apache.xalan.xsltc.compiler that return SyntaxTreeNodeModifier and TypeMethodDescriptionParser.getDocumentRoot()
Parser.makeInstance
(String uri, String prefix, String local, Attributes attributes) Parser.parse
(InputSource input) Parses a stylesheet and builds the internal abstract syntax treeParser.parse
(XMLReader reader, InputSource input) Parses a stylesheet and builds the internal abstract syntax treeMethods in org.apache.xalan.xsltc.compiler with parameters of type SyntaxTreeNodeModifier and TypeMethodDescriptionParser.makeStylesheet
(SyntaxTreeNode element) Create an instance of theStylesheet
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:Parser.parsePattern
(SyntaxTreeNode parent, String pattern) Parse an XPath 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 SyntaxTreeNodeModifierConstructorDescriptionErrorMsg
(String code, Object param1, Object param2, SyntaxTreeNode node) ErrorMsg
(String code, Object param1, SyntaxTreeNode node) ErrorMsg
(String code, SyntaxTreeNode node) TypeCheckError
(SyntaxTreeNode node)