Searched refs:CDATASection (Results 1 – 7 of 7) sorted by relevance
34 import org.w3c.dom.CDATASection;691 CDATASection section =(CDATASection) m_currentNode.getLastChild(); in cdata()
27 import org.w3c.dom.CDATASection;877 public CDATASection createCDATASection(String data) throws DOMException in createCDATASection()
39 import org.w3c.dom.CDATASection;426 serializeCDATASection((CDATASection) node); in startNode()915 protected void serializeCDATASection(CDATASection node)1581 protected void isCDATASectionWellFormed(CDATASection node) { in isCDATASectionWellFormed()
30 import org.w3c.dom.CDATASection;685 public final CDATASection createCDATASection(String data) in createCDATASection()
759 Text and CDATASection Objects764 enclosed in CDATA marked sections are stored in :class:`CDATASection` objects.778 The use of a :class:`CDATASection` node does not indicate that the node782 adjacent :class:`CDATASection` nodes represent different CDATA marked sections.
1231 class CDATASection(Text): class1710 c = CDATASection()
66 <code>CDATASection</code> nodes in the DOM are treated as\n equivalent to <code>Text</code> nodes900 CDATASection