Searched refs:omitXmlDeclaration (Results 1 – 1 of 1) sorted by relevance
85 public static String docToStr(Document doc, boolean omitXmlDeclaration) in docToStr() argument92 OutputKeys.OMIT_XML_DECLARATION, omitXmlDeclaration ? "yes" : "no"); in docToStr()118 public static String getFormattedXml(String xmlStr, boolean omitXmlDeclaration) in getFormattedXml() argument125 return docToStr(document, omitXmlDeclaration); in getFormattedXml()