Searched defs:createComment (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXMLViewer.js158 line.appendChild(createComment('<!-- ' + node.nodeValue + ' -->'));
163 collapsible.expanded.start.appendChild(createComment('<!--'));
164 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
165 collapsible.expanded.end.appendChild(createComment('-->'));
167 collapsible.collapsed.content.appendChild(createComment('<!--'));
168 collapsible.collapsed.content.appendChild(createComment('...'));
169 collapsible.collapsed.content.appendChild(createComment('-->'));
198 line.appendChild(createComment('<?' + node.nodeName + ' ' + node.nodeValue + '?>'));
203 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName));
204 collapsible.expanded.content.appendChild(createComment(nod
289 function createComment(commentString) function
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java860 public Comment createComment(String data) method in class:UnImplNode
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp643 HRESULT STDMETHODCALLTYPE DOMDocument::createComment( function in class:DOMDocument
H A DDOMHTMLClasses.h325 virtual HRESULT STDMETHODCALLTYPE createComment( function in class:DOMHTMLDocument
327 /* [retval][out] */ IDOMComment **result) { return DOMDocument::createComment(data, result); }
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java671 public final Comment createComment(String data) method in class:DTMNodeProxy
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp730 PassRefPtr<Comment> Document::createComment(const String& data) function in class:WebCore::Document
803 return createComment(importedNode->nodeValue());
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 262 milliseconds