MCPcopy Index your code
hub / github.com/OpenAS2/OpenAs2App / toString

Method toString

Server/src/main/java/org/openas2/util/XMLUtil.java:196–198  ·  view source on GitHub ↗
(Node node, boolean omitXmlDeclaration)

Source from the content-addressed store, hash-verified

194 }
195
196 public static String toString(Node node, boolean omitXmlDeclaration) throws TransformerException {
197 return domToString(new DOMSource(node), omitXmlDeclaration);
198 }
199
200 public static String domToString(Document doc) throws TransformerException {
201 return domToString(new DOMSource(doc), true);

Callers 15

loadProcessorMethod · 0.95
TestResourceClass · 0.45
sendMessageMethod · 0.45
BaseServerSetupClass · 0.45
copyConfigMethod · 0.45
createMessagesMethod · 0.45
doGetMethod · 0.45
doPostMethod · 0.45
startServerMethod · 0.45
answerMethod · 0.45

Calls 1

domToStringMethod · 0.95

Tested by 11

sendMessageMethod · 0.36
copyConfigMethod · 0.36
createMessagesMethod · 0.36
doGetMethod · 0.36
doPostMethod · 0.36
startServerMethod · 0.36
answerMethod · 0.36
filePollingFiltersMethod · 0.36
setUpMethod · 0.36