Uses of Class
org.apache.xalan.xsltc.compiler.SyntaxTreeNode

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
           
 

Fields in org.apache.xalan.xsltc.compiler declared as SyntaxTreeNode
static SyntaxTreeNode SyntaxTreeNode.Dummy
           
 

Methods in org.apache.xalan.xsltc.compiler that return SyntaxTreeNode
 SyntaxTreeNode SyntaxTreeNode.getParent()
           
 SyntaxTreeNode Parser.lookupVariable(org.apache.xalan.xsltc.compiler.QName name)
           
 SyntaxTreeNode Parser.makeInstance(Element element)
          Creates an object that is of a sub-class of SyntaxTreeNode from the node in the DOM (if possible).
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type SyntaxTreeNode
 void SyntaxTreeNode.addElement(SyntaxTreeNode element)
           
 void SyntaxTreeNode.removeElement(SyntaxTreeNode element)
           
 org.apache.xalan.xsltc.compiler.Expression Parser.parseExpression(SyntaxTreeNode parent, java.lang.String expression)
           
 org.apache.xalan.xsltc.compiler.Expression Parser.parseExpression(SyntaxTreeNode parent, Element element, java.lang.String attrName)
           
 org.apache.xalan.xsltc.compiler.Expression Parser.parseExpression(SyntaxTreeNode parent, Element element, java.lang.String attrName, java.lang.String defaultValue)
           
 Pattern Parser.parsePattern(SyntaxTreeNode parent, java.lang.String pattern)
           
 Pattern Parser.parsePattern(SyntaxTreeNode parent, Element element, java.lang.String attrName)
           
 

Uses of SyntaxTreeNode in org.apache.xalan.xsltc.compiler.util
 

Constructors in org.apache.xalan.xsltc.compiler.util with parameters of type SyntaxTreeNode
ErrorMsg.ErrorMsg(int code, SyntaxTreeNode node)
           
ErrorMsg.ErrorMsg(int code, java.lang.Object param1, SyntaxTreeNode node)
           
ErrorMsg.ErrorMsg(int code, java.lang.Object param1, java.lang.Object param2, SyntaxTreeNode node)
           
TypeCheckError.TypeCheckError(SyntaxTreeNode node)
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.