Searched refs:cdata (Results 1 – 4 of 4) sorted by relevance
88 CharacterData cdata; in runTest() local107 cdata = (CharacterData) elemchildList.item(0); in runTest()111 cdataVal = cdata.getData(); in runTest()
385 CDATASectionImpl cdata = (CDATASectionImpl) node;387 if (cdata.needsSplitting()) {389 cdata.split();395 checkTextValidity(cdata.buffer);398 node = cdata.replaceWithText();
35 private Attributes2Impl cdata = new Attributes2Impl(); field in Attributes2ImplTest60 cdata.addAttribute("http://yet.another.uri", "hey", "ns3:hey", in setUp()101 attrs.setAttributes(new AttributesImpl(cdata)); in testSetAttributes()226 attrs = new Attributes2Impl(new AttributesImpl(cdata)); in testAttributes2ImplAttributes()
449 CDATASection cdata = document.createCDATASection(""); in testInvalidCharactersCdata() local450 root.appendChild(cdata); in testInvalidCharactersCdata()453 cdata.setData(new String(new char[]{ 'A', 'B', (char) c })); in testInvalidCharactersCdata()