Home
last modified time | relevance | path

Searched refs:setTextContent (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
DNode.java725 public void setTextContent(String textContent) in setTextContent() method
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java421 doctype.setTextContent("foobar"); // strangely, this is specified to no-op in testDoctypeSetTextContent()
427 document.setTextContent("foobar"); // strangely, this is specified to no-op in testDocumentSetTextContent()
433 nutrition.setTextContent("foobar"); in testElementSetTextContent()
444 sp.setTextContent("foobar"); in testEntitySetTextContent()
455 png.setTextContent("foobar"); in testNotationSetTextContent()
475 entityReference.setTextContent("Lite Syrup"); in testEntityReferenceSetTextContent()
483 standard.setTextContent("foobar"); in testAttributeSetTextContent()
490 descriptionText1.setTextContent("foobar"); in testTextSetTextContent()
497 descriptionText2.setTextContent("foobar"); in testCdataSetTextContent()
505 wafflemaker.setTextContent("foobar"); in testProcessingInstructionSetTextContent()
[all …]
/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/
DDOMResultTest.java211 public void setTextContent(String textContent) throws DOMException {} in setTextContent() method in DOMResultTest.NodeImpl
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DNodeImpl.java404 public final void setTextContent(String textContent) throws DOMException { in setTextContent() method in NodeImpl
/libcore/api/
Dcurrent.txt21257 method public void setTextContent(String) throws org.w3c.dom.DOMException;