Uses of Class
org.apache.xalan.xsltc.compiler.SyntaxTreeNode
-
Packages that use SyntaxTreeNode Package Description 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 Modifier and Type Class Description classLocationPathPatternclassPatternclassStylesheetclassTemplateMethods in org.apache.xalan.xsltc.compiler that return SyntaxTreeNode Modifier and Type Method Description SyntaxTreeNodeParser. getDocumentRoot()SyntaxTreeNodeParser. makeInstance(java.lang.String uri, java.lang.String prefix, java.lang.String local, org.xml.sax.Attributes attributes)SyntaxTreeNodeParser. parse(org.xml.sax.InputSource input)Parses a stylesheet and builds the internal abstract syntax treeSyntaxTreeNodeParser. parse(org.xml.sax.XMLReader reader, org.xml.sax.InputSource input)Parses a stylesheet and builds the internal abstract syntax treeMethods in org.apache.xalan.xsltc.compiler with parameters of type SyntaxTreeNode Modifier and Type Method Description StylesheetParser. makeStylesheet(SyntaxTreeNode element)Create an instance of theStylesheetclass, and then parse, typecheck and compile the instance.org.apache.xalan.xsltc.compiler.ExpressionParser. parseExpression(SyntaxTreeNode parent, java.lang.String exp)Parse an XPath expression:org.apache.xalan.xsltc.compiler.ExpressionParser. parseExpression(SyntaxTreeNode parent, java.lang.String attr, java.lang.String def)Parse an XPath expression:PatternParser. parsePattern(SyntaxTreeNode parent, java.lang.String pattern)Parse an XPath pattern:PatternParser. 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 Constructor Description ErrorMsg(java.lang.String code, java.lang.Object param1, java.lang.Object param2, SyntaxTreeNode node)ErrorMsg(java.lang.String code, java.lang.Object param1, SyntaxTreeNode node)ErrorMsg(java.lang.String code, SyntaxTreeNode node)TypeCheckError(SyntaxTreeNode node)
-