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 Parser
SyntaxTreeNode.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 TypeMethodDescriptionvoid
Stylesheet.declareExtensionPrefixes
(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
SyntaxTreeNode.parseContents
(Parser parser) Parse the contents of this syntax tree nodes (child nodes, XPath expressions, patterns and functions).void
Template.parseContents
(Parser parser) final void
Stylesheet.parseOwnChildren
(Parser parser) Parse all direct children of the <xsl:stylesheet/> element.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.void
Constructors 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