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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodegetfirstchild.java 62 Node fchildNode;
67 fchildNode = employeeNode.getFirstChild();
68 childName = fchildNode.getNodeName();
71 fchildNode = fchildNode.getNextSibling();
72 childName = fchildNode.getNodeName();
hc_nodegetfirstchild.java 66 Node fchildNode;
72 fchildNode = employeeNode.getFirstChild();
73 childName = fchildNode.getNodeName();

Completed in 144 milliseconds