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/cpython3/Doc/library/
Dxml.dom.rst759 Text and CDATASection Objects
764 enclosed in CDATA marked sections are stored in :class:`CDATASection` objects.
778 The use of a :class:`CDATASection` node does not indicate that the node
782 adjacent :class:`CDATASection` nodes represent different CDATA marked sections.
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1231 class CDATASection(Text): class
1710 c = CDATASection()
/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/
Dbenchmark-data-2.txt66 <code>CDATASection</code> nodes in the DOM are treated as\n equivalent to <code>Text</code> nodes
900 CDATASection