Home
last modified time | relevance | path

Searched refs:setTextContent (Results 1 – 3 of 3) 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/main/java/org/apache/harmony/xml/dom/
DNodeImpl.java404 public final void setTextContent(String textContent) throws DOMException { in setTextContent() method in NodeImpl