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

1 2 3 4 5 6 7 8

  /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);
  /external/robolectric/v1/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");
hc_attrspecifiedvaluechanged.java 38 * from the Element interface and the "getNamedItem(name)"
76 streetAttr = (Attr) attributes.getNamedItem("class");
hc_elementassociatedattribute.java 35 * the "getNamedItem(name)" method from the NamedNodeMap
72 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_namednodemapgetnameditem.java 33 * list is created an invocation of the "getNamedItem(name)"
74 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_namednodemapremovenameditem.java 79 streetAttr = (Attr) attributes.getNamedItem("class");

Completed in 319 milliseconds

1 2 3 4 5 6 7 8