Home | History | Annotate | Download | only in scenegraph

Lines Matching full:childnode

243         Node childNode = node.getFirstChild();

244 while (childNode != null) {
245 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
246 Element field = (Element)childNode;
272 childNode = childNode.getNextSibling();
490 Node childNode = scene.getFirstChild();
491 while (childNode != null) {
492 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
494 getNode((Element)childNode, null, indent);
496 childNode = childNode.getNextSibling();