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

Packages that use Parser
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.compiler.util   
 

Uses of Parser in org.apache.xalan.xsltc.compiler
 

Methods in org.apache.xalan.xsltc.compiler that return Parser
 Parser SyntaxTreeNode.getParser()
          Returns this node's XSLT parser.
 Parser XSLTC.getParser()
          Only for user by the internal TrAX implementation.
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type Parser
 void SyntaxTreeNode.parseContents(Parser parser)
          Parse the contents of this syntax tree nodes (child nodes, XPath expressions, patterns and functions).
 void Stylesheet.setParser(Parser parser)
           
 void Stylesheet.excludeExtensionPrefixes(Parser parser)
           
 void Stylesheet.parseContents(Parser parser)
          Parse the version and uri fields of the stylesheet and add an entry to the symbol table mapping the name __stylesheet_ to an instance of this class.
 void Stylesheet.parseOwnChildren(Parser parser)
          Parse all direct children of the element.
 void Template.parseContents(Parser parser)
           
 void Template.parseSimplified(Stylesheet stylesheet, Parser parser)
          When the parser realises that it is dealign with a simplified stylesheet it will create an empty Stylesheet object with the root element of the stylesheet (a LiteralElement object) as its only child.
 

Constructors in org.apache.xalan.xsltc.compiler with parameters of type Parser
XPathParser.XPathParser(Parser parser)
           
 

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

Methods in org.apache.xalan.xsltc.compiler.util that return Parser
 Parser ClassGenerator.getParser()
           
 



Copyright © 2006 Apache XML Project. All Rights Reserved.