Searched defs:getNodeData (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java1264 * getNodeData(Node,FastStringBuffer) for discussion of how
1270 * @see #getNodeData(Node,FastStringBuffer)
1273 public static String getNodeData(Node node) method in class:DOMHelper
1281 getNodeData(node, buf);
1310 public static void getNodeData(Node node, FastStringBuffer buf) method in class:DOMHelper
1322 getNodeData(child, buf);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java827 getNodeData(node, buf);
916 protected static void getNodeData(Node node, FastStringBuffer buf) method in class:DOM2DTM
928 getNodeData(child, buf);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h214 void* getNodeData(NodeItr nItr) { return getNode(nItr).getData(); } function in class:PBQP::Graph

Completed in 121 milliseconds