Searched refs:entities (Results 1 - 25 of 116) sorted by relevance

12345

/external/dbus/test/data/equiv-config-files/entities/
H A Dentities-2.conf4 <include>entities-1.conf</include>
H A Dentities-1.conf1 <!-- This config file contains XML entities -->
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_entitiesremovenameditem1.js89 var entities;
109 entities = docType.entities;
111 assertNotNull("entitiesNotNull",entities);
116 retval = entities.removeNamedItem("alpha");
H A Dhc_entitiessetnameditem1.js79 An attempt to add an element to the named node map returned by entities should
90 var entities;
111 entities = docType.entities;
113 assertNotNull("entitiesNotNull",entities);
117 retval = entities.setNamedItem(elem);
H A Dhc_nodevalue07.js111 nodeMap = docType.entities;
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dhc_entitiesremovenameditemns1.js89 var entities;
109 entities = docType.entities;
111 assertNotNull("entitiesNotNull",entities);
114 retval = entities.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
H A Dhc_entitiessetnameditemns1.js78 An attempt to add an element to the named node map returned by entities should
89 var entities;
110 entities = docType.entities;
112 assertNotNull("entitiesNotNull",entities);
116 retval = entities.setNamedItemNS(elem);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_entitiesremovenameditem1.js89 var entities;
109 entities = docType.entities;
111 assertNotNull("entitiesNotNull",entities);
116 retval = entities.removeNamedItem("alpha");
H A Dhc_entitiessetnameditem1.js79 An attempt to add an element to the named node map returned by entities should
90 var entities;
111 entities = docType.entities;
113 assertNotNull("entitiesNotNull",entities);
117 retval = entities.setNamedItem(elem);
H A Dhc_nodevalue07.js111 nodeMap = docType.entities;
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A Dhc_entitiesremovenameditemns1.js89 var entities;
109 entities = docType.entities;
111 assertNotNull("entitiesNotNull",entities);
114 retval = entities.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
H A Dhc_entitiessetnameditemns1.js78 An attempt to add an element to the named node map returned by entities should
89 var entities;
110 entities = docType.entities;
112 assertNotNull("entitiesNotNull",entities);
116 retval = entities.setNamedItemNS(elem);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodegetuserdata05.js91 var entities;
107 entities = docType.entities;
109 entity = entities.getNamedItem("delta");
H A Dentities01.js81 Normalize document with entities set to true, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-entities
102 var entities;
113 domConfig.setParameter("entities", true);
131 entities = doctype.entities;
133 ent2 = entities.getNamedItem("ent2");
H A Dentities02.js81 Normalize document with entities set to false, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-entities
103 var entities;
114 domConfig.setParameter("entities", false);
135 entities = doctype.entities;
137 ent2 = entities.getNamedItem("ent2");
H A Dentities04.js81 Normalize document using Node.normalize checking that "entities" parameter is ignored.
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-entities
101 var entities;
112 domConfig.setParameter("entities", false);
130 entities = doctype.entities;
132 ent2 = entities.getNamedItem("ent2");
H A Dinfoset01.js103 var entities;
135 entities = doctype.entities;
137 ent2 = entities.getNamedItem("ent2");
H A Dnodereplacechild25.js91 var entities;
106 entities = docType.entities;
108 entity = entities.getNamedItem("alpha");
H A Dnodesetuserdata06.js93 var entities;
110 entities = docType.entities;
112 entity = entities.getNamedItem("delta");
H A Dnodegetfeature12.js93 var entities;
104 entities = doctype.entities;
106 node = entities.getNamedItem("ent1");
H A Dnodeisequalnode25.js121 entitiesMap1 = docType1.entities;
123 entitiesMap2 = docType2.entities;
/external/webkit/Source/WebCore/dom/
H A DDocumentType.idl29 readonly attribute NamedNodeMap entities;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_html.properties42 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/HTMLEntities
H A Doutput_xml.properties45 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/XMLEntities
/external/dbus/test/data/valid-config-files/
H A Dentities.conf1 <!-- This config file contains XML entities -->

Completed in 295 milliseconds

12345