HomeSort by relevance Sort by last modified time
    Searched refs:attributes (Results 126 - 150 of 4518) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrname.java 66 NamedNodeMap attributes; local
72 attributes = testNode.getAttributes();
73 streetAttr = (Attr) attributes.getNamedItem("street");
attrnextsiblingnull.java 65 NamedNodeMap attributes; local
71 attributes = testNode.getAttributes();
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrparentnodenull.java 65 NamedNodeMap attributes; local
71 attributes = testNode.getAttributes();
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrprevioussiblingnull.java 65 NamedNodeMap attributes; local
71 attributes = testNode.getAttributes();
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrspecifiedvalue.java 68 NamedNodeMap attributes; local
74 attributes = testNode.getAttributes();
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrspecifiedvaluechanged.java 69 NamedNodeMap attributes; local
76 attributes = testNode.getAttributes();
77 streetAttr = (Attr) attributes.getNamedItem("street");
elementassociatedattribute.java 31 * Elements may have attributes associated with them.
36 * Elements can actually have attributes. This test uses
68 NamedNodeMap attributes; local
74 attributes = testEmployee.getAttributes();
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
hc_attreffectivevalue.java 31 * If an Attr is explicitly assigned any value, then that value is the attributes effective value.
64 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrgetvalue1.java 60 NamedNodeMap attributes; local
69 attributes = testNode.getAttributes();
70 titleAttr = (Attr) attributes.getNamedItem("class");
hc_attrhaschildnodes.java 61 NamedNodeMap attributes; local
67 attributes = testNode.getAttributes();
68 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrnextsiblingnull.java 64 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrparentnodenull.java 64 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrprevioussiblingnull.java 64 NamedNodeMap attributes; local
70 attributes = testNode.getAttributes();
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrspecifiedvalue.java 67 NamedNodeMap attributes; local
73 attributes = testNode.getAttributes();
74 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrspecifiedvaluechanged.java 68 NamedNodeMap attributes; local
75 attributes = testNode.getAttributes();
76 streetAttr = (Attr) attributes.getNamedItem("class");
hc_elementassociatedattribute.java 34 * Elements can actually have attributes. This test uses
65 NamedNodeMap attributes; local
71 attributes = testEmployee.getAttributes();
72 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_namednodemapgetnameditem.java 32 * listing of the attributes of the last child. Once the
67 NamedNodeMap attributes; local
73 attributes = testEmployee.getAttributes();
74 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_namednodemapnotfounderr.java 35 * Create a NamedNodeMap object from the attributes of the
71 NamedNodeMap attributes; local
76 attributes = testEmployee.getAttributes();
81 removedNode = attributes.removeNamedItem("lang");
hc_namednodemapnumberofnodes.java 31 * Retrieve the second "p" element and evaluate Node.attributes.length.
62 NamedNodeMap attributes; local
67 attributes = testEmployee.getAttributes();
68 length = (int) attributes.getLength();
hc_namednodemapreturnnull.java 35 * listing of the attributes of the last child. Once the
70 NamedNodeMap attributes; local
75 attributes = testEmployee.getAttributes();
76 districtNode = (Attr) attributes.getNamedItem("lang");
hc_namednodemapsetnameditemwithnewvalue.java 35 * object from the attributes of the last child.
74 NamedNodeMap attributes; local
80 attributes = testAddress.getAttributes();
81 newNode = attributes.setNamedItem(newAttribute);
namednodemapgetnameditem.java 35 * listing of the attributes of the last child. Once the
69 NamedNodeMap attributes; local
75 attributes = testEmployee.getAttributes();
76 domesticAttr = (Attr) attributes.getNamedItem("domestic");
namednodemapnotfounderr.java 35 * Create a NamedNodeMap object from the attributes of the
71 NamedNodeMap attributes; local
76 attributes = testEmployee.getAttributes();
81 removedNode = attributes.removeNamedItem("district");
namednodemapnumberofnodes.java 35 * listing of the attributes of the last child. Once the
68 NamedNodeMap attributes; local
73 attributes = testEmployee.getAttributes();
74 length = (int) attributes.getLength();
namednodemapremovenameditemreturnnodevalue.java 35 * object of the attributes of the last child. Once the
70 NamedNodeMap attributes; local
76 attributes = testAddress.getAttributes();
77 removedNode = attributes.removeNamedItem("street");

Completed in 229 milliseconds

1 2 3 4 56 7 8 91011>>