Searched refs:docToStr (Results 1 – 1 of 1) sorted by relevance
85 public static String docToStr(Document doc, boolean omitXmlDeclaration) in docToStr() method in TestUtils125 return docToStr(document, omitXmlDeclaration); in getFormattedXml()208 String converted = TestUtils.getFormattedXml(TestUtils.docToStr(doc, true), true); in testFormatToFormat()