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 classSAXImplSAXImpl is the core model for SAX input source.Methods in org.apache.xalan.xsltc.dom that return DOMBuilder Modifier and Type Method Description DOMBuilderSAXImpl. getBuilder()Returns an instance of the DOMBuilder inner class This class will consume the input document through a SAX2 interface and populate the tree.
-