Home | History | Annotate | Download | only in dom

Lines Matching defs:childValue

105         String childValue;
131 childValue = child.getNodeValue();
132 assertEquals("childValue", "importedText", childValue);
186 String childValue;
196 childValue = child.getNodeValue();
197 assertEquals("descendant1", "descendant1", childValue);
365 // String childValue;
375 // childValue = child.getNodeValue();
376 // assertEquals("childValue", "Texas", childValue);