Home
last modified time | relevance | path

Searched defs:getNodeData (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java1273 public static String getNodeData(Node node) in getNodeData() method in DOMHelper
1310 public static void getNodeData(Node node, FastStringBuffer buf) in getNodeData() method in DOMHelper
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java916 protected static void getNodeData(Node node, FastStringBuffer buf) in getNodeData() method in DOM2DTM