Home
last modified time | relevance | path

Searched defs:getTextContent (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentTypeImpl.java110 @Override public String getTextContent() throws DOMException { in getTextContent() method in DocumentTypeImpl
DInnerNodeImpl.java203 public String getTextContent() throws DOMException { in getTextContent() method in InnerNodeImpl
219 void getTextContent(StringBuilder buf) throws DOMException { in getTextContent() method in InnerNodeImpl
DNodeImpl.java393 public String getTextContent() throws DOMException { in getTextContent() method in NodeImpl
397 void getTextContent(StringBuilder buf) throws DOMException { in getTextContent() method in NodeImpl
DDocumentImpl.java430 @Override public String getTextContent() { in getTextContent() method in DocumentImpl
/libcore/luni/src/test/java/libcore/xml/
DSimpleBuilderTest.java46 private String getTextContent(Node node) { in getTextContent() method in SimpleBuilderTest
/libcore/luni/src/main/java/org/w3c/dom/
DNode.java678 public String getTextContent() in getTextContent() method