Searched refs:parseStructuredDocument (Results 1 – 3 of 3) sorted by relevance
81 Document document = DomUtilities.parseStructuredDocument(xml); in prettyPrint()
750 Document currentDocument = DomUtilities.parseStructuredDocument(currentXml); in merge()752 Document fragment = DomUtilities.parseStructuredDocument(xml); in merge()
800 public static Document parseStructuredDocument(@NonNull String xml) { in parseStructuredDocument() method in DomUtilities