Home
last modified time | relevance | path

Searched refs:createComment (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Lib/xml/dom/
Dpulldom.py133 node = self.document.createComment(s)
179 n = self.document.createComment(e[0][1])
Dminidom.py1672 def createComment(self, data): member in Document
1894 clone = newOwnerDocument.createComment(node.data)
Dexpatbuilder.py330 node = self.document.createComment(data)
/external/python/cpython2/Lib/xml/dom/
Dpulldom.py139 node = self.document.createComment(s)
185 n = self.document.createComment(e[0][1])
Dminidom.py1625 def createComment(self, data): member in Document
1849 clone = newOwnerDocument.createComment(node.data)
Dexpatbuilder.py334 node = self.document.createComment(data)
/external/python/cpython2/Lib/test/
Dtest_minidom.py149 dom.documentElement.appendChild(dom.createComment(u"Hello"))
213 dom.appendChild(dom.createComment("foo"))
1172 node = doc.createComment("comment")
1190 splitter = doc.createComment("comment")
1438 doc.appendChild(doc.createComment("foo--bar"))
/external/python/cpython3/Lib/test/
Dtest_minidom.py158 dom.documentElement.appendChild(dom.createComment("Hello"))
222 dom.appendChild(dom.createComment("foo"))
1318 node = doc.createComment("comment")
1336 splitter = doc.createComment("comment")
1584 doc.appendChild(doc.createComment("foo--bar"))
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java633 append(m_doc.createComment(new String(ch, start, length))); in comment()
DUnImplNode.java860 public Comment createComment(String data) in createComment() method in UnImplNode
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatManifestWriterImpl.java115 smoothStreamingMedia.appendChild(document.createComment(Version.VERSION)); in getManifest()
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/guice/extensions/persist/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java671 public final Comment createComment(String data) in createComment() method in DTMNodeProxy
/external/antlr/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/python/cpython3/Doc/library/
Dxml.dom.rst537 .. method:: Document.createComment(data)
/external/python/cpython2/Doc/library/
Dxml.dom.rst552 .. method:: Document.createComment(data)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dknockout-2.0.0.js49 …ength-1].nextSibling:a.nextSibling:o}var f="<\!--test--\>"===document.createComment("test").text,h…
Djquery-1.7.1.js4948 div.appendChild( document.createComment("") );
/external/python/httplib2/doc/html/_static/
Djquery.js2167 div.appendChild( document.createComment("") );
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js3 …),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElem…
/external/testng/src/main/resources/
Djquery-1.7.1.min.js3 …),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElem…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19 …function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getE…
/external/libjpeg-turbo/doc/html/
Djquery.js5 …),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElem…

12