Home
last modified time | relevance | path

Searched refs:getNamedItem (Results 1 – 25 of 225) sorted by relevance

123456789

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DPlatformStatus.java30 this.id = (String) attributes.getNamedItem("id").getNodeValue(); in PlatformStatus()
31 this.name = (String) attributes.getNamedItem("name").getNodeValue(); in PlatformStatus()
32 this.fileName = (String) attributes.getNamedItem("fileName").getNodeValue(); in PlatformStatus()
DErrorTracker.java80 String zipTypeName = (String) zipType.getAttributes().getNamedItem("name").getNodeValue(); in loadFile()
97 String logFileName = (String) logFile.getAttributes().getNamedItem("name").getNodeValue(); in loadFile()
99 …String effectedFileID = (String) anEffectedFile.getAttributes().getNamedItem("id").getNodeValue();… in loadFile()
118 String testLogName = (String) testLog.getAttributes().getNamedItem("name").getNodeValue(); in loadFile()
119 Node typeNode=testLog.getAttributes().getNamedItem("type"); in loadFile()
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Delementsetidattributens12.js120 attr = attributesMap.getNamedItem("xsi:noNamespaceSchemaLocation");
126 attr = attributesMap.getNamedItem("xsi:noNamespaceSchemaLocation");
132 attr = attributesMap.getNamedItem("xsi:noNamespaceSchemaLocation");
Delementsetidattribute08.js113 attr = attributesMap.getNamedItem("class");
119 attr = attributesMap.getNamedItem("class");
125 attr = attributesMap.getNamedItem("class");
Dnodeissamenode08.js106 notation1 = entitiesMap.getNamedItem("notation1");
107 notation2 = entitiesMap.getNamedItem("notation1");
Dnodecomparedocumentposition24.js104 notation = notaionsMap.getNamedItem("notation1");
105 notation2 = notaionsMap.getNamedItem("notation1");
Dnodeissamenode07.js106 entity1 = entitiesMap.getNamedItem("delta");
107 entity2 = entitiesMap.getNamedItem("delta");
Dnodelookupnamespaceuri04.js110 entity = entitiesMap.getNamedItem("alpha");
111 notation = notationsMap.getNamedItem("notation1");
Dnodeisequalnode27.js109 alpha = entitiesMap.getNamedItem("alpha");
110 notation1 = notationsMap.getNamedItem("notation1");
Dnodelookupprefix04.js110 entity = entitiesMap.getNamedItem("alpha");
111 notation = notationsMap.getNamedItem("notation1");
Dnoderemovechild27.js111 child = entitiesMap.getNamedItem("ent1");
112 parent = notationsMap.getNamedItem("notation1");
Dnodeisdefaultnamespace04.js113 entity = entitiesMap.getNamedItem("alpha");
114 notation = notationsMap.getNamedItem("notation1");
Dnodecomparedocumentposition22.js109 entity = entitiesMap.getNamedItem("alpha");
110 notation = notationsMap.getNamedItem("notation1");
Dnodecomparedocumentposition23.js106 entity = entitiesMap.getNamedItem("alpha");
107 entity2 = entitiesMap.getNamedItem("delta");
Dnodeisequalnode25.js125 alpha = entitiesMap1.getNamedItem("delta");
126 beta = entitiesMap2.getNamedItem("delta");
Ddocumentrenamenode28.js108 entity = entityNodeMap.getNamedItem("alpha");
109 notation = notationNodeMap.getNamedItem("notation1");
Dnodeisequalnode26.js125 notation1 = notationsMap1.getNamedItem("notation1");
126 notation2 = notationsMap2.getNamedItem("notation1");
Dnodereplacechild10.js118 ent = entitiesMap.getNamedItem("alpha");
129 notation = notationsMap.getNamedItem("notation1");
Delementsetidattribute07.js113 attr = attributesMap.getNamedItem("hasMiddleName");
119 attr = attributesMap.getNamedItem("hasMiddleName");
Delementsetidattributens10.js115 attr = attributesMap.getNamedItem("xmlns:dmstc");
121 attr = attributesMap.getNamedItem("xmlns:nm");
Delementsetidattributens14.js116 attr = attributesMap.getNamedItem("xmlns:dmstc");
122 attr = attributesMap.getNamedItem("xsi:noNamespaceSchemaLocation");
Delementsetidattributens11.js115 attr = attributesMap.getNamedItem("xmlns:dmstc");
121 attr = attributesMap.getNamedItem("xmlns:dmstc");
Delementsetidattributenode08.js115 attr = attributesMap.getNamedItem("title");
122 attr = attributesMap.getNamedItem("xmlns:dmstc");
/external/webkit/Source/WebCore/bindings/js/
DJSStyleSheetListCustom.cpp52 return styleSheetList->getNamedItem(identifierToString(propertyName)); in canGetItemsForName()
58 HTMLStyleElement* element = thisObj->impl()->getNamedItem(identifierToString(propertyName)); in nameGetter()
/external/webkit/Source/WebCore/html/
DHTMLFormCollection.cpp101 Element* HTMLFormCollection::getNamedItem(const QualifiedName& attrName, const AtomicString& name) … in getNamedItem() function in WebCore::HTMLFormCollection
151 return getNamedItem(nameAttr, name); in nextNamedItemInternal()
163 info()->current = getNamedItem(idAttr, name); in namedItem()
167 info()->current = getNamedItem(nameAttr, name); in namedItem()

123456789