Searched refs:Node (Results 1 – 6 of 6) sorted by relevance
34 private final Map<String, Node> mVertices = new HashMap<>();35 private final Stack<Node> mStack = new Stack<>();40 private static final class Node { class in TarJan46 Node(int index, MethodProfile method) { in Node() method in TarJan.Node67 private Node tarjan(MethodProfile method) { in tarjan()68 Node v = new Node(mTime++, method); in tarjan()78 Node w = mVertices.get(calleeSignature); in tarjan()89 Node w; in tarjan()
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:
24 import org.w3c.dom.Node;116 public static Change fromNode(Node node) { in fromNode()
21 from xml.dom import Node27 if (child.nodeType == Node.ELEMENT_NODE) and (child.tagName == tagName):
25 import org.w3c.dom.Node;292 protected static void setAttribute(Document doc, Node elem, String name, String value) { in setAttribute()