Uses of Class
org.apache.xalan.xsltc.compiler.Parser
Packages that use Parser
-
Uses of Parser in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler that return ParserModifier and TypeMethodDescriptionfinal ParserSyntaxTreeNode.getParser()Returns this node's XSLT parser.XSLTC.getParser()Only for user by the internal TrAX implementation.Methods in org.apache.xalan.xsltc.compiler with parameters of type ParserModifier and TypeMethodDescriptionvoidStylesheet.declareExtensionPrefixes(Parser parser) voidStylesheet.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.voidSyntaxTreeNode.parseContents(Parser parser) Parse the contents of this syntax tree nodes (child nodes, XPath expressions, patterns and functions).voidTemplate.parseContents(Parser parser) final voidStylesheet.parseOwnChildren(Parser parser) Parse all direct children of the <xsl:stylesheet/> element.voidTemplate.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.voidConstructors in org.apache.xalan.xsltc.compiler with parameters of type Parser -
Uses of Parser in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util that return Parser