HomeSort by relevance Sort by last modified time
    Searched refs:attributes (Results 201 - 225 of 1925) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatetextnode2.java 68 NamedNodeMap attributes; local
74 attributes = testNode.getAttributes();
75 streetAttr = (Attr) attributes.getNamedItem("street");
attrdefaultvalue.java 34 * value is the attributes default value.
78 NamedNodeMap attributes; local
84 attributes = testNode.getAttributes();
85 streetAttr = (Attr) attributes.getNamedItem("street");
attrnotspecifiedvalue.java 75 NamedNodeMap attributes; local
81 attributes = testNode.getAttributes();
82 streetAttr = (Attr) attributes.getNamedItem("street");
attrspecifiedvalueremove.java 79 NamedNodeMap attributes; local
86 attributes = testNode.getAttributes();
87 streetAttr = (Attr) attributes.getNamedItem("street");
elementremoveattributeaftercreate.java 70 NamedNodeMap attributes; local
78 attributes = testEmployee.getAttributes();
79 districtAttr = (Attr) attributes.getNamedItem("district");
elementretrieveallattributes.java 32 * be used to retrieve the set of all attributes of an
35 * Create a list of all the attributes of the last child
76 NamedNodeMap attributes; local
80 attributes = testAddress.getAttributes();
81 assertSize("elementRetrieveAllAttributesAssert", 2, attributes);
hc_attrappendchild1.java 62 NamedNodeMap attributes; local
71 attributes = testNode.getAttributes();
72 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild2.java 61 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild3.java 62 NamedNodeMap attributes; local
73 attributes = testNode.getAttributes();
74 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild4.java 65 NamedNodeMap attributes; local
74 attributes = testNode.getAttributes();
75 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild5.java 63 NamedNodeMap attributes; local
74 attributes = testNode.getAttributes();
75 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrchildnodes1.java 62 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrchildnodes2.java 61 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrclonenode1.java 61 NamedNodeMap attributes; local
71 attributes = testNode.getAttributes();
72 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrcreatetextnode.java 68 NamedNodeMap attributes; local
74 attributes = testNode.getAttributes();
75 streetAttr = (Attr) attributes.getNamedItem("class");
hc_attrcreatetextnode2.java 68 NamedNodeMap attributes; local
74 attributes = testNode.getAttributes();
75 streetAttr = (Attr) attributes.getNamedItem("class");
hc_attrfirstchild.java 62 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrgetvalue2.java 63 NamedNodeMap attributes; local
73 attributes = testNode.getAttributes();
74 titleAttr = (Attr) attributes.getNamedItem("class");
hc_attrinsertbefore1.java 62 NamedNodeMap attributes; local
74 attributes = testNode.getAttributes();
75 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrinsertbefore2.java 62 NamedNodeMap attributes; local
73 attributes = testNode.getAttributes();
74 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrinsertbefore5.java 65 NamedNodeMap attributes; local
75 attributes = testNode.getAttributes();
76 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrinsertbefore6.java 63 NamedNodeMap attributes; local
75 attributes = testNode.getAttributes();
76 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrlastchild.java 62 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrname.java 65 NamedNodeMap attributes; local
72 attributes = testNode.getAttributes();
73 streetAttr = (Attr) attributes.getNamedItem("class");
hc_attrnormalize.java 62 NamedNodeMap attributes; local
72 attributes = testNode.getAttributes();
73 titleAttr = (Attr) attributes.getNamedItem("title");

Completed in 959 milliseconds

1 2 3 4 5 6 7 891011>>