HomeSort by relevance Sort by last modified time
    Searched refs:attributes (Results 151 - 175 of 679) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
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");
hc_attrremovechild1.java 61 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrremovechild2.java 61 NamedNodeMap attributes; local
69 attributes = testNode.getAttributes();
70 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrreplacechild1.java 62 NamedNodeMap attributes; local
71 attributes = testNode.getAttributes();
72 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrsetvalue1.java 60 NamedNodeMap attributes; local
69 attributes = testNode.getAttributes();
70 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrsetvalue2.java 60 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 titleAttr = (Attr) attributes.getNamedItem("title");

Completed in 58 milliseconds

1 2 3 4 5 67 8 91011>>