Home
last modified time | relevance | path

Searched refs:parseStructuredDocument (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java81 Document document = DomUtilities.parseStructuredDocument(xml); in prettyPrint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java750 Document currentDocument = DomUtilities.parseStructuredDocument(currentXml); in merge()
752 Document fragment = DomUtilities.parseStructuredDocument(xml); in merge()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java800 public static Document parseStructuredDocument(@NonNull String xml) { in parseStructuredDocument() method in DomUtilities