Searched refs:toXml (Results 1 – 5 of 5) sorted by relevance
81 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()
239 "</GridLayout>", TestNode.toXml(targetNode)); in testDeletion1()260 "</GridLayout>", TestNode.toXml(targetNode)); in testDeletion1()376 "</GridLayout>", TestNode.toXml(targetNode)); in testDelete2()
109 description.toXml(document); in save()
269 public Element toXml(Document document) { in toXml() method in ConfigurationDescription
251 public static String toXml(TestNode node) { in toXml() method in TestNode