Home
last modified time | relevance | path

Searched refs:CDATASection (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java34 import org.w3c.dom.CDATASection;
691 CDATASection section =(CDATASection) m_currentNode.getLastChild(); in cdata()
DUnImplNode.java27 import org.w3c.dom.CDATASection;
877 public CDATASection createCDATASection(String data) throws DOMException in createCDATASection()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java39 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()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java30 import org.w3c.dom.CDATASection;
685 public final CDATASection createCDATASection(String data) in createCDATASection()
/external/python/cpython2/Doc/library/
Dxml.dom.rst774 Text and CDATASection Objects
779 enclosed in CDATA marked sections are stored in :class:`CDATASection` objects.
793 The use of a :class:`CDATASection` node does not indicate that the node
797 adjacent :class:`CDATASection` nodes represent different CDATA marked sections.
Dxml.dom.minidom.rst261 * :class:`CDATASection`
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1139 class CDATASection(Text): class
1620 c = CDATASection()