HomeSort by relevance Sort by last modified time
    Searched refs:parseStructuredDocument (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 81 Document document = DomUtilities.parseStructuredDocument(xml);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 679 Document currentDocument = DomUtilities.parseStructuredDocument(currentXml);
681 Document fragment = DomUtilities.parseStructuredDocument(xml);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 800 public static Document parseStructuredDocument(@NonNull String xml) {
    [all...]

Completed in 1077 milliseconds