javax.xml.parsers Class DocumentBuilder java.lang.Object - TopicsExpress



          

javax.xml.parsers Class DocumentBuilder java.lang.Object extended by javax.xml.parsers.DocumentBuilder public abstract class DocumentBuilder extends Object Defines the API to obtain DOM Document instances from an XML document. Using this class, an application programmer can obtain a Document from XML. An instance of this class can be obtained from the DocumentBuilderFactory.newDocumentBuilder() method. Once an 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. Constructor Summary protected DocumentBuilder() Protected constructor docs.oracle/javase/6/docs/api/javax/xml/parsers/DocumentBuilder.html
Posted on: Mon, 01 Jul 2013 20:33:47 +0000

Trending Topics



Recently Viewed Topics




© 2015