Uses of Interface
org.apache.xalan.xsltc.dom.DOMBuilder
-
Packages that use DOMBuilder Package Description org.apache.xalan.xsltc.dom -
-
Uses of DOMBuilder in org.apache.xalan.xsltc.dom
Classes in org.apache.xalan.xsltc.dom that implement DOMBuilder Modifier and Type Class Description class
SAXImpl
SAXImpl is the core model for SAX input source.Methods in org.apache.xalan.xsltc.dom that return DOMBuilder Modifier and Type Method Description DOMBuilder
SAXImpl. getBuilder()
Returns an instance of the DOMBuilder inner class This class will consume the input document through a SAX2 interface and populate the tree.
-