Searched refs:xmlDoc (Results 1 – 8 of 8) sorted by relevance
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
D | initial-values.js | 3 var xmlDoc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null); 30 attr = xmlDoc.createAttribute("foo"); 43 attr = xmlDoc.createAttributeNS("http://www.example.com", "example:foo"); 63 var cdata = xmlDoc.createCDATASection("foo"); 150 element = xmlDoc.createElement("pre"); 160 element = xmlDoc.createElementNS("http://www.w3.org/1999/xhtml", "html:pre"); 171 var entityReference = xmlDoc.createEntityReference("gt"); 182 var processingInstruction = xmlDoc.createProcessingInstruction('xml-stylesheet', 'type="text/xsl" h…
|
/external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/ |
D | readonly-exceptions.js | 3 var xmlDoc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null); 5 var entityReference = xmlDoc.createEntityReference("gt");
|
/external/webkit/LayoutTests/fast/dom/EntityReference/ |
D | readonly-exceptions-expected.txt | 7 PASS entityReference.ownerDocument is xmlDoc
|
/external/libxml2/include/libxml/ |
D | tree.h | 510 typedef struct _xmlDoc xmlDoc; typedef 511 typedef xmlDoc *xmlDocPtr;
|
/external/libxml2/ |
D | HTMLparser.c | 2275 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc)); in htmlNewDocNoDtD() 2280 memset(cur, 0, sizeof(xmlDoc)); in htmlNewDocNoDtD()
|
D | tree.c | 1153 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc)); in xmlNewDoc() 1158 memset(cur, 0, sizeof(xmlDoc)); in xmlNewDoc()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 4805 This patch makes sure our addition uses the raw xmlDoc pointer,
|
D | ChangeLog-2006-05-10 | 37648 (DOM::XSLTProcessorImpl::transformToString): delete new'd xmlDoc
|