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

1 2 34 5 6 7 8

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrname.java 73 streetAttr = (Attr) attributes.getNamedItem("class");
hc_attrnormalize.java 73 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrremovechild1.java 71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrremovechild2.java 70 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrreplacechild1.java 72 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrsetvalue1.java 70 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrsetvalue2.java 71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_elementremoveattributeaftercreate.java 37 * "getNamedItem(name)" method from the NamedNodeMap
79 districtAttr = (Attr) attributes.getNamedItem("lang");
hc_namednodemapreturnattrnode.java 33 * list is created an invocation of the "getNamedItem(name)"
75 streetAttr = attributes.getNamedItem("class");
hc_namednodemapsetnameditem.java 39 * This node is then retrieved using the "getNamedItem(name)"
84 districtNode = (Attr) attributes.getNamedItem("lang");
hc_namednodemapsetnameditemthatexists.java 44 * This node is then retrieved using the "getNamedItem(name)"
87 districtNode = (Attr) attributes.getNamedItem("class");
hc_nodevalue07.java 76 newNode = nodeMap.getNamedItem("alpha");
hc_nodevalue08.java 76 newNode = nodeMap.getNamedItem("notation1");
namednodemapremovenameditem.java 87 streetAttr = (Attr) attributes.getNamedItem("street");
namednodemapremovenameditemgetvalue.java 89 streetAttr = (Attr) attributes.getNamedItem("street");
namednodemapreturnattrnode.java 31 * The "getNamedItem(name)" method returns a node of any
36 * list is created an invocation of the "getNamedItem(name)"
78 streetAttr = attributes.getNamedItem("street");
namednodemapsetnameditem.java 42 * This node is then retrieved using the "getNamedItem(name)"
86 districtNode = (Attr) attributes.getNamedItem("district");
namednodemapsetnameditemthatexists.java 44 * This node is then retrieved using the "getNamedItem(name)"
88 districtNode = (Attr) attributes.getNamedItem("street");
nodevalue07.java 69 newNode = nodeMap.getNamedItem("ent1");
nodevalue08.java 69 newNode = nodeMap.getNamedItem("notation1");
notationgetsystemid.java 75 notationNode = (Notation) notations.getNamedItem("notation2");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode12.java 86 entity2 = (Entity) entityList.getNamedItem("ent4");
importNode13.java 85 notation = (Notation) notationList.getNamedItem("notation1");
namednodemapsetnameditemns10.java 86 entity = (Entity) entities.getNamedItem("ent1");
namednodemapsetnameditemns11.java 87 notation = (Notation) notations.getNamedItem("notation1");

Completed in 1879 milliseconds

1 2 34 5 6 7 8