Parse an XML document from a location identified by a URI reference . If the URI contains a fragment identifier (see section 4.1 in ), the behavior is not defined by this specification, but future versions of this specification might define the behavior.
@param uri The location of the XML document to be read.
@return If the DOMBuilder is a synchronous DOMBuilder the newly created and populated Document is returned. If the DOMBuilder is asynchronous then null is returned since the document object is not yet parsed when this method returns.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.