Home
last modified time | relevance | path

Searched defs:createCDATASection (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java877 public CDATASection createCDATASection(String data) throws DOMException in createCDATASection() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java685 public final CDATASection createCDATASection(String data) in createCDATASection() method in DTMNodeProxy
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1617 def createCDATASection(self, data): member in Document
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1689 def createCDATASection(self, data): member in Document