HomeSort by relevance Sort by last modified time
    Searched refs:XML (Results 126 - 150 of 217) sorted by null

1 2 3 4 56 7 8 9

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_domimplementationfeaturenull.js 117 state = domImpl.hasFeature("XML",null);
hc_entitiesremovenameditem1.js 42 checkFeature("XML", null);
hc_entitiessetnameditem1.js 42 checkFeature("XML", null);
hc_nodecommentnodename.js 81 Retrieve the Comment node in the XML file
hc_nodecommentnodevalue.js 81 Retrieve the comment in the XML file and
hc_nodevalue07.js 42 checkFeature("XML", null);
hc_nodevalue08.js 42 checkFeature("XML", null);
hc_notationsremovenameditem1.js 42 checkFeature("XML", null);
hc_notationssetnameditem1.js 42 checkFeature("XML", null);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrgetschematypeinfo07.js 81 Load a valid document with an XML Schema.
attrgetschematypeinfo08.js 81 Load a valid document with an XML Schema.
attrisid02.js 97 var xmlNS = "http://www.w3.org/XML/1998/namespace";
106 acronymElem.setAttributeNS(xmlNS,"xml:lang","FR-fr");
documentadoptnode03.js 97 var xmlNS = "http://www.w3.org/XML/1998/namespace";
104 newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
122 assertEquals("documentadoptode03_nodeName","xml:lang",nodeName);
124 assertEquals("documentadoptnode03_prefix","xml",nodePrefix);
documentadoptnode04.js 104 var xmlNS = "http://www.w3.org/XML/1998/namespace";
119 newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
137 assertEquals("documentadoptnode04_nodeName","xml:lang",nodeName);
139 assertEquals("documentadoptnode04_prefix","xml",nodePrefix);
documentadoptnode26.js 117 newElem.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang","en-US");
documentadoptnode27.js 118 newElem.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang","en-US");
documentrenamenode04.js 101 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
documentrenamenode05.js 103 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
documentrenamenode08.js 122 renamedNode = newDoc.renameNode(attr,"http://www.w3.org/XML/1998/namespace","xml:lang");
documentrenamenode10.js 123 renamedNode = doc.renameNode(textNode,"http://www.w3.org/XML/1998/namespace",qualifiedName);
documentrenamenode19.js 80 if the qualifiedName is malformed per the Namespaces in XML specification.
documentrenamenode21.js 79 qualifiedName has a prefix that is "xmlns:xml"and namespaceURI is "http://www.w3.org/2000/XMLNS/".
113 attr = newDoc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
118 renamedNode = newDoc.renameNode(attr,"http://www.w3.org/2000/XMLNS/","xmlns:xml");
documentrenamenode22.js 98 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
documentsetxmlversion01.js 78 Set the value of the version attribute of the XML declaration of this document to
documentsetxmlversion05.js 78 Set the value of the version attribute of the XML declaration of a new document to "-"

Completed in 325 milliseconds

1 2 3 4 56 7 8 9