Searched refs:TestXmlNode (Results 1 – 1 of 1) sorted by relevance
253 node instanceof TestXmlNode); in toXml()254 Document document = ((TestXmlNode) node).mElement.getOwnerDocument(); in toXml()296 TestNode node = new TestXmlNode(fqcn, element); in createFromNode()331 private static class TestXmlNode extends TestNode { class in TestNode334 public TestXmlNode(String fqcn, Element element) { in TestXmlNode() method in TestNode.TestXmlNode365 return new TestXmlNode(viewFqcn, child); in appendChild()382 return new TestXmlNode(viewFqcn, child); in insertChildAt()402 assert node instanceof TestXmlNode; in removeChild() local403 mElement.removeChild(((TestXmlNode) node).mElement); in removeChild()