This builds a document from the supplied
filename by constructing a DOM tree and reading information from the
DOM to create a JDOM document, a slower approach than SAXBuilder but
useful for debugging.
This builds a document from the supplied
input stream by constructing a DOM tree and reading information from the
DOM to create a JDOM document, a slower approach than SAXBuilder but
useful for debugging.
This builds a document from the supplied
URL by constructing a DOM tree and reading information from the
DOM to create a JDOM document, a slower approach than SAXBuilder but
useful for debugging.