Lucas Franceschi
Software Developer for SGI Sistemas, [email protected]
DocumentBuilder.parse(String uri)
Parse the content of the given URI as an XML document and return a new DOM Document object.
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Ankit Garg wrote:If you see the documentation of the DocumentBuilder class, then you will find this
DocumentBuilder.parse(String uri)
Parse the content of the given URI as an XML document and return a new DOM Document object.
So basically it treats your xml document as a URI :P .
DocumentBuilder.parse(File f)
Parse the content of the given file as an XML document and return a new DOM Document object.
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Lucas Franceschi
Software Developer for SGI Sistemas, [email protected]
Lucas Franceschi
Software Developer for SGI Sistemas, [email protected]
Lucas Franceschi
Software Developer for SGI Sistemas, [email protected]
Lucas Franceschi
Software Developer for SGI Sistemas, [email protected]
Grow a forest with seedballs and this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|