Searched refs:Node (Results 1 – 8 of 8) sorted by relevance
38 import org.w3c.dom.Node;274 Node testPackageElem = mDoc.appendChild(mDoc.createElement(TAG_PACKAGE)); in XMLGenerator()306 Collection<Node> suiteElems = getUnmutableChildNodes(mDoc.getDocumentElement()); in rebuildDocument()307 Iterator<Node> suiteIterator = suiteElems.iterator(); in rebuildDocument()309 Node suiteElem = suiteIterator.next(); in rebuildDocument()321 void mergeEmptySuites(Node suiteElem) { in mergeEmptySuites()322 Collection<Node> suiteChildren = getSuiteChildren(suiteElem); in mergeEmptySuites()324 for (Node suiteChild : suiteChildren) { in mergeEmptySuites()329 Node child = suiteChildren.iterator().next(); in mergeEmptySuites()337 Node parentNode = suiteElem.getParentNode(); in mergeEmptySuites()[all …]
19 from xml.dom import Node25 if (child.nodeType == Node.ELEMENT_NODE) and (child.tagName == tagName):
106 if child.nodeType == xml.dom.minidom.Node.ELEMENT_NODE:
21 import org.w3c.dom.Node;139 Node testPackageElem = mDoc.getDocumentElement(); in main()
162 this.root_ = new SplayTree.Node(key, value);171 var node = new SplayTree.Node(key, value);303 dummy = left = right = new SplayTree.Node(null, null);361 SplayTree.Node = function(key, value) { class in SplayTree370 SplayTree.Node.prototype.left = null;376 SplayTree.Node.prototype.right = null;386 SplayTree.Node.prototype.traverse_ = function(f) {
21 from xml.dom import Node27 if (child.nodeType == Node.ELEMENT_NODE) and (child.tagName == tagName):
41 import org.w3c.dom.Node;
19327 org.w3c.dom.Node)50562 @dalvik.annotation.Signature (value =Ljava/util/concurrent/ConcurrentLinkedQueue$Node<TE;>; )50563 private java.util.concurrent.ConcurrentLinkedQueue$Node lastRet50566 @dalvik.annotation.Signature (value =Ljava/util/concurrent/ConcurrentLinkedQueue$Node<TE;>; )50567 private java.util.concurrent.ConcurrentLinkedQueue$Node nextNode50585 @dalvik.annotation.InnerClass (accessFlags =10 name =Node )50588 class java.util.concurrent.ConcurrentLinkedQueue$Node extends java.lang.Object50591 …c/AtomicReferenceFieldUpdater<Ljava/util/concurrent/ConcurrentLinkedQueue$Node;Ljava/lang/Object;>…50593 …dater<Ljava/util/concurrent/ConcurrentLinkedQueue$Node;Ljava/util/concurrent/ConcurrentLinkedQueue…50597 @dalvik.annotation.Signature (value =Ljava/util/concurrent/ConcurrentLinkedQueue$Node<TE;>; )[all …]