An instance of this class can be obtained from the {@link DocumentBuilderFactory#newDocumentBuilder()} method. Oncean instance of this class is obtained, XML can be parsed from a variety of input sources. These input sources are InputStreams, Files, URLs, and SAX InputSources.
Note that this class reuses several classes from the SAX API. This does not require that the implementor of the underlying DOM implementation use a SAX parser to parse XML document into a Document
. It merely requires that the implementation communicate with the application using these existing APIs.
@author Jeff Suttor
@version $Revision: 1.8 $, $Date: 2010-11-01 04:36:09 $
|
|
|
|