Home
last modified time | relevance | path

Searched refs:toXml (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DDeletionHandlerTest.java81 String updated = TestNode.toXml(targetNode); in testSimple()
214 String updated = TestNode.toXml(targetNode); in testTransitive()
333 String updated = TestNode.toXml(targetNode); in testCenter()
404 String updated = TestNode.toXml(targetNode); in testMove()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
DGridModelTest.java239 "</GridLayout>", TestNode.toXml(targetNode)); in testDeletion1()
260 "</GridLayout>", TestNode.toXml(targetNode)); in testDeletion1()
376 "</GridLayout>", TestNode.toXml(targetNode)); in testDelete2()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java109 description.toXml(document); in save()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationDescription.java269 public Element toXml(Document document) { in toXml() method in ConfigurationDescription
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java251 public static String toXml(TestNode node) { in toXml() method in TestNode