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

1 2 3 4 5 67 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementgetattributenode.java 32 * of the first "p" element and check its node name.
62 Element testEmployee;
67 testEmployee = (Element) elementList.item(0);
hc_elementgetattributenodenull.java 66 Element testEmployee;
70 testEmployee = (Element) elementList.item(0);
hc_elementgetelementempty.java 71 Element testEmployee;
77 testEmployee = (Element) elementList.item(3);
hc_elementinvalidcharacterexception.java 67 Element testAddress;
70 testAddress = (Element) elementList.item(0);
hc_elementinvalidcharacterexception1.java 31 * Calling Element.setAttribute with an empty name will cause an INVALID_CHARACTER_ERR.
62 Element testAddress;
65 testAddress = (Element) elementList.item(0);
hc_elementnotfounderr.java 33 * is not an attribute of the element.
71 Element testAddress;
75 testAddress = (Element) addressElementList.item(4);
hc_elementremoveattribute.java 63 Element testEmployee;
67 testEmployee = (Element) elementList.item(3);
hc_elementremoveattributenode.java 64 Element testEmployee;
70 testEmployee = (Element) elementList.item(2);
hc_elementreplaceattributewithself.java 32 * Since the node is not an attribute of another Element, it would
64 Element testEmployee;
70 testEmployee = (Element) elementList.item(2);
hc_elementreplaceexistingattribute.java 32 * attribute to the Element. If the "newAttr" Attr node is
33 * already present in this element, it should replace the
39 * "class", which is already present in this element. The
69 Element testEmployee;
75 testEmployee = (Element) elementList.item(2);
hc_elementreplaceexistingattributegevalue.java 36 * which is already present in this Element. The method
67 Element testEmployee;
73 testEmployee = (Element) elementList.item(2);
hc_elementretrieveattrvalue.java 34 * Retrieve the second address element, then
64 Element testAddress;
68 testAddress = (Element) elementList.item(2);
hc_elementsetattributenodenull.java 37 * "lang", which is not part of this Element. The
69 Element testEmployee;
74 testEmployee = (Element) elementList.item(2);
hc_namednodemapnotfounderr.java 70 Element testEmployee;
75 testEmployee = (Element) elementList.item(2);
hc_nodeattributenodeattribute.java 64 Element testAddr;
70 testAddr = (Element) elementList.item(0);
hc_nodeattributenodename.java 32 * child of the first p element and check the string returned
63 Element testAddr;
68 testAddr = (Element) elementList.item(0);
hc_nodeattributenodetype.java 64 Element testAddr;
69 testAddr = (Element) elementList.item(0);
hc_nodeattributenodevalue.java 65 Element testAddr;
70 testAddr = (Element) elementList.item(0);
hc_nodetextnodename.java 60 Element testAddr;
65 testAddr = (Element) elementList.item(0);
hc_nodetextnodetype.java 64 Element testAddr;
69 testAddr = (Element) elementList.item(0);
hc_nodetextnodevalue.java 65 Element testAddr;
70 testAddr = (Element) elementList.item(0);
namednodemapnotfounderr.java 70 Element testEmployee;
75 testEmployee = (Element) elementList.item(2);
nodeattributenodeattribute.java 65 Element testAddr;
71 testAddr = (Element) elementList.item(0);
nodeattributenodename.java 66 Element testAddr;
71 testAddr = (Element) elementList.item(0);
nodeattributenodetype.java 65 Element testAddr;
70 testAddr = (Element) elementList.item(0);

Completed in 1688 milliseconds

1 2 3 4 5 67 8 91011>>