Lines Matching refs:nodes
301 * Rebuild the document, merging empty suite nodes.
304 // merge empty suite nodes
345 * Get the unmuatable child nodes for specified node.
351 ArrayList<Node> nodes = new ArrayList<Node>();
355 nodes.add(nodelist.item(i));
358 return nodes;
363 * the existing suite nodes and do the real creation and append.
397 * Get the test suite child nodes of a specified element.
400 * @return The matched child nodes.
476 * Do the append, including creating test suite nodes and test case nodes, and