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

1 2 3 4 5 67 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrappendchild1.java 63 Attr titleAttr;
72 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild2.java 62 Attr titleAttr;
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild3.java 63 Attr titleAttr;
74 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild4.java 66 Attr titleAttr;
75 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrappendchild5.java 64 Attr titleAttr;
75 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrchildnodes1.java 63 Attr titleAttr;
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrchildnodes2.java 62 Attr titleAttr;
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrcreatedocumentfragment.java 69 Attr attribute;
81 attribute = (Attr) attributes.item(indexN10078);
hc_attrcreatetextnode.java 69 Attr streetAttr;
75 streetAttr = (Attr) attributes.getNamedItem("class");
hc_attrcreatetextnode2.java 69 Attr streetAttr;
75 streetAttr = (Attr) attributes.getNamedItem("class");
hc_attrfirstchild.java 63 Attr titleAttr;
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrgetvalue2.java 64 Attr titleAttr;
74 titleAttr = (Attr) attributes.getNamedItem("class");
hc_attrinsertbefore1.java 63 Attr titleAttr;
75 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrinsertbefore2.java 63 Attr titleAttr;
74 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrinsertbefore5.java 66 Attr titleAttr;
76 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrinsertbefore6.java 64 Attr titleAttr;
76 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrlastchild.java 63 Attr titleAttr;
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrname.java 66 Attr streetAttr;
73 streetAttr = (Attr) attributes.getNamedItem("class");
hc_attrnormalize.java 63 Attr titleAttr;
73 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrremovechild1.java 62 Attr titleAttr;
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrremovechild2.java 62 Attr titleAttr;
70 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrreplacechild1.java 63 Attr titleAttr;
72 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrsetvalue1.java 31 * Sets Attr.value on an attribute that only has a simple value.
61 Attr titleAttr;
70 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrsetvalue2.java 31 * Sets Attr.value on an attribute that should contain multiple child nodes.
61 Attr titleAttr;
71 titleAttr = (Attr) attributes.getNamedItem("title");
hc_elementretrieveallattributes.java 65 Attr attribute;
81 attribute = (Attr) attributes.item(indexN1006B);

Completed in 248 milliseconds

1 2 3 4 5 67 8 91011>>