HomeSort by relevance Sort by last modified time
    Searched refs:Element (Results 276 - 300 of 827) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementremoveattribute.java 76 Element testEmployee;
80 testEmployee = (Element) elementList.item(3);
elementremoveattributeaftercreate.java 68 Element testEmployee;
74 testEmployee = (Element) elementList.item(2);
elementremoveattributenodenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
75 Element genElement;
92 genElement = (Element) gList.item(0);
elementremoveattributenodenomodificationallowederrEE.java 35 * Create an entity reference and add it to the children of the THIRD "gender" element.
72 Element entElement;
84 entElement = (Element) entRef.getFirstChild();
elementremoveattributenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
75 Element genElement;
89 genElement = (Element) gList.item(0);
elementremoveattributenomodificationallowederrEE.java 35 * Create an reference the entity ent4 and add it to the THIRD "gender" element.
71 Element entElement;
79 entElement = (Element) entRef.getFirstChild();
elementremoveattributerestoredefaultvalue.java 73 Element testEmployee;
79 testEmployee = (Element) elementList.item(2);
elementsetattributenodenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
72 Element entElement;
87 entElement = (Element) entRef.getFirstChild();
elementsetattributenodenomodificationallowederrEE.java 35 * Create an entity reference and add to the THIRD "gender" element. The elements
78 Element entElement;
88 entElement = (Element) entRef.getFirstChild();
elementsetattributenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
78 Element entElement;
84 entElement = (Element) entRef.getFirstChild();
elementsetattributenomodificationallowederrEE.java 35 * Add an ent4 reference to the children of the THIRD "gender" element.
72 Element entElement;
79 entElement = (Element) entRef.getFirstChild();
elementwrongdocumenterr.java 37 * attribute node for its "employee" element. The new
39 * one that created this element, therefore a
77 Element testAddress;
83 testAddress = (Element) addressElementList.item(4);
hc_documentcreateelementcasesensitive.java 36 * Each call should create a distinct Element node. The
68 Element newElement1;
69 Element newElement2;
85 assertEqualsAutoCase("element", "nodeName1", "ACRONYM", nodeName1);
86 assertEqualsAutoCase("element", "nodeName2", "acronym", nodeName2);
hc_elementcreatenewattribute.java 32 * attribute to the Element.
34 * Retrieve first address element and add
67 Element testAddress;
74 testAddress = (Element) elementList.item(0);
hc_elementgetelementsbytagnameaccessnodelist.java 33 * were encountered in a pre order traversal of the element
39 * Access the FOURTH element in the NodeList. The FOURTH
40 * element, the first or second should be an "em" node with
70 Element testEmployee;
78 testEmployee = (Element) elementList.item(3);
88 assertEqualsAutoCase("element", "childName", "em", childName);
hc_elementgetelementsbytagnamespecialvalue.java 32 * special value "*" to match all tags in the element
65 Element lastEmployee;
81 lastEmployee = (Element) elementList.item(4);
88 assertEqualsAutoCase("element", "tagNames", expectedResult, result);
hc_elementremoveattributeaftercreate.java 68 Element testEmployee;
74 testEmployee = (Element) elementList.item(2);
hc_elementwrongdocumenterr.java 36 * attribute node for its "employee" element. The new
38 * one that created this element, therefore a
75 Element testAddress;
81 testAddress = (Element) addressElementList.item(4);
hc_namednodemapinuseattributeerr.java 33 * Attr that is already in an attribute of another Element.
68 Element firstNode;
76 firstNode = (Element) elementList.item(0);
hc_nodeelementnodeattributes.java 31 * Retrieve the third "acronym" element and evaluate Node.attributes.
62 Element testAddr;
79 testAddr = (Element) elementList.item(2);
hc_nodeinsertbeforeinvalidnodetype.java 37 * created Attr node. An Element node cannot have children
72 Element rootNode;
81 rootNode = (Element) refChild.getParentNode();
hc_nodereplacechildinvalidnodetype.java 38 * An Element node cannot have children of the "Attr"
72 Element rootNode;
81 rootNode = (Element) oldChild.getParentNode();
namednodemapinuseattributeerr.java 33 * Attr that is already in an attribute of another Element.
69 Element firstNode;
77 firstNode = (Element) elementList.item(0);
nodecdatasectionnodetype.java 72 Element testName;
77 testName = (Element) elementList.item(1);
nodecdatasectionnodevalue.java 74 Element cdataName;
80 cdataName = (Element) elementList.item(1);

Completed in 99 milliseconds

<<11121314151617181920>>