HomeSort by relevance Sort by last modified time
    Searched refs:getNamedItem (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
PlatformStatus.java 30 this.id = (String) attributes.getNamedItem("id").getNodeValue();
31 this.name = (String) attributes.getNamedItem("name").getNodeValue();
32 this.fileName = (String) attributes.getNamedItem("fileName").getNodeValue();
  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 35 public Node getNamedItem(String name);
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 34 public Node getNamedItem(String name) {
58 Node node = getNamedItem(name);
74 Node existing = getNamedItem(arg.getNodeName());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetList.h 44 HTMLStyleElement* getNamedItem(const AtomicString&) const;
StyleSheetList.cpp 71 HTMLStyleElement* StyleSheetList::getNamedItem(const AtomicString& name) const
90 HTMLStyleElement* item = getNamedItem(name);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.idl 26 [MeasureAs=NamedNodeMapGetNamedItem] Node getNamedItem([Default=Undefined] optional DOMString name);
27 [NotEnumerable, ImplementedAs=getNamedItem] getter Node ([Default=Undefined] optional DOMString name);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
AttrResourceLoader.java 31 String viewName = node.getParentNode().getParentNode().getAttributes().getNamedItem("name").getNodeValue();
32 String enumName = node.getParentNode().getAttributes().getNamedItem("name").getNodeValue();
33 String name = node.getAttributes().getNamedItem("name").getNodeValue();
34 String value = node.getAttributes().getNamedItem("value").getNodeValue();
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attreffectivevalue.java 33 * and examine its nodeValue attribute. This test uses the "getNamedItem(name)" method
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrentityreplacement.java 39 * "getNamedItem(name)" method from the NamedNodeMap
77 streetAttr = (Attr) attributes.getNamedItem("street");
attrname.java 34 * NodeName. This test uses the getNamedItem(name) method from the NamedNodeMap
73 streetAttr = (Attr) attributes.getNamedItem("street");
attrnextsiblingnull.java 34 * "getNamedItem(name)" method from the NamedNodeMap interface.
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrparentnodenull.java 33 * and examine its parentNode attribute. This test also uses the "getNamedItem(name)"
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrprevioussiblingnull.java 34 * "getNamedItem(name)" method from the NamedNodeMap interface.
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrspecifiedvalue.java 37 * the "getNamedItem(name)" method from the NamedNodeMap
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrspecifiedvaluechanged.java 38 * from the Element interface and the "getNamedItem(name)"
77 streetAttr = (Attr) attributes.getNamedItem("street");
elementassociatedattribute.java 37 * the "getNamedItem(name)" method from the NamedNodeMap
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
entitygetentityname.java 74 entityNode = (Entity) entityList.getNamedItem("ent1");
entitygetpublicidnull.java 75 entityNode = (Entity) entityList.getNamedItem("ent1");
hc_attreffectivevalue.java 33 * and examine its nodeValue attribute. This test uses the "getNamedItem(name)" method
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrgetvalue1.java 70 titleAttr = (Attr) attributes.getNamedItem("class");
hc_attrhaschildnodes.java 68 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrnextsiblingnull.java 34 * "getNamedItem(name)" method from the NamedNodeMap interface.
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrparentnodenull.java 33 * and examine its parentNode attribute. This test also uses the "getNamedItem(name)"
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrprevioussiblingnull.java 34 * "getNamedItem(name)" method from the NamedNodeMap interface.
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrspecifiedvalue.java 37 * the "getNamedItem(name)" method from the NamedNodeMap
74 domesticAttr = (Attr) attributes.getNamedItem("title");

Completed in 318 milliseconds

1 2 3 4 5 6 7