Searched refs:setTextContent (Results 1 – 3 of 3) sorted by relevance
725 public void setTextContent(String textContent) in setTextContent() method
421 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 …]
404 public final void setTextContent(String textContent) throws DOMException { in setTextContent() method in NodeImpl