MCPcopy Create free account
hub / github.com/apache/pdfbox / parse

Method parse

pdfbox/src/main/java/org/apache/pdfbox/util/XMLUtil.java:56–59  ·  view source on GitHub ↗

This will parse an XML stream and create a DOM document. @param is The stream to get the XML from. @return The DOM document. @throws IOException It there is an error creating the dom.

(InputStream is)

Source from the content-addressed store, hash-verified

54 * @throws IOException It there is an error creating the dom.
55 */
56 public static Document parse(InputStream is) throws IOException
57 {
58 return parse(is, false);
59 }
60
61 /**
62 * This will parse an XML stream and create a DOM document.

Callers 8

getXMLDocumentMethod · 0.95
loadXFDFMethod · 0.95
FDFAnnotationStampMethod · 0.95
testPDFBox3826Method · 0.45
testPDFBox5484Method · 0.45
parseSimpleDateMethod · 0.45
testTimeDifferenceMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 3

testPDFBox3826Method · 0.36
testPDFBox5484Method · 0.36
testTimeDifferenceMethod · 0.36