MCPcopy Create free account
hub / github.com/amouat/diffxml / outputXML

Method outputXML

src/java/org/diffxml/diffxml/DOMOps.java:74–103  ·  view source on GitHub ↗

Writes given XML document to given stream. Uses UTF8 encoding, preserves spaces. Adds XML declaration with standalone set to "yes". @param doc DOM document to output @param os Stream to output to @param indented Whether to indent the output @throws IOException If an error occurs with serializatio

(final Document doc, final OutputStream os,
            final boolean indented)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

runFMESTestMethod · 0.95
testOutputXMLMethod · 0.95
testInsertElementMethod · 0.95
testInsertAttributeMethod · 0.95
testInsertCommentMethod · 0.95
testDeleteElementMethod · 0.95
testDeleteTextNodeMethod · 0.95
testDeleteCommentMethod · 0.95
testDeleteAttributeMethod · 0.95
testMoveMethod · 0.95
testMoveInTextMethod · 0.95

Calls

no outgoing calls

Tested by 13

runFMESTestMethod · 0.76
testOutputXMLMethod · 0.76
testInsertElementMethod · 0.76
testInsertAttributeMethod · 0.76
testInsertCommentMethod · 0.76
testDeleteElementMethod · 0.76
testDeleteTextNodeMethod · 0.76
testDeleteCommentMethod · 0.76
testDeleteAttributeMethod · 0.76
testMoveMethod · 0.76
testMoveInTextMethod · 0.76