Searched refs:Node (Results 251 - 275 of 623) sorted by relevance

<<11121314151617181920>>

/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DAttrGetOwnerElement.java6 import org.w3c.dom.Node;
75 Node ownerElement;
85 Node ownerElement;
105 Node element;
H A DNamedNodeMapGetNamedItemNS.java26 import org.w3c.dom.Node;
103 Node element;
120 Node element;
129 ((Element) /* Node */element).setAttributeNodeNS(newAttr1);
131 ((Element) /* Node */element).setAttributeNodeNS(newAttr2);
160 Node element;
H A DSetAttributeNS.java26 import org.w3c.dom.Node;
84 Node testAddr;
92 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI,
105 Node testAddr;
114 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI,
129 // Node gender;
131 // Node gen;
164 Node testAddr;
174 ((Element) /* Node */testAddr).setAttributeNS("http://www.nist.gov",
176 addrAttr = ((Element) /* Node */testAdd
[all...]
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dattrcreatedocumentfragment.java66 Node domesticNode;
70 Node appendedChild;
H A Dattrremovechild1.java62 Node attrNode;
64 Node removedNode;
H A Dcdatasectiongetdata.java71 Node child;
72 Node lastChild;
81 data = ((CharacterData) /*Node */lastChild).getData();
H A DcharacterdatareplacedatanomodificationallowederrEE.java63 Node genderNode;
66 Node appendedNode;
H A DcharacterdatasetdatanomodificationallowederrEE.java63 Node genderNode;
64 Node entText;
77 ((CharacterData) /*Node */entText).setData("newData");
H A Dcommentgetcomment.java66 Node child;
74 child = (Node) elementList.item(indexN10057);
H A Ddocumenttypegetnotations.java67 Node notation;
81 notation = (Node) notationList.item(indexN1005B);
H A Delementgetelementsbytagnamespecialvalue.java68 Node child;
85 child = (Node) lastempList.item(indexN1006A);
H A Delementremoveattributenodenomodificationallowederr.java70 Node gender;
72 Node gen;
H A DelementremoveattributenodenomodificationallowederrEE.java70 Node gender;
77 Node appendedChild;
H A Delementremoveattributenomodificationallowederr.java70 Node gender;
72 Node gen;
H A DelementremoveattributenomodificationallowederrEE.java69 Node gender;
72 Node appendedChild;
H A Delementsetattributenodenomodificationallowederr.java70 Node gender;
71 Node entRef;
H A DelementsetattributenodenomodificationallowederrEE.java76 Node gender;
81 Node appendedChild;
H A DelementsetattributenomodificationallowederrEE.java70 Node gender;
73 Node appendedChild;
H A Dhc_attrchildnodes2.java31 * Checks Node.childNodes for an attribute with multiple child nodes.
60 Node testNode;
66 Node retval;
H A Dhc_attrcreatedocumentfragment.java67 Node domesticNode;
71 Node appendedChild;
H A Dhc_attrfirstchild.java31 * Checks that Node.firstChild for an attribute node contains
61 Node testNode;
66 Node otherChild;
H A Dhc_attrlastchild.java31 * Checks that Node.lastChild for an attribute node contains
61 Node testNode;
66 Node otherChild;
H A Dhc_attrremovechild2.java60 Node testNode;
65 Node retval;
H A Dhc_commentgetcomment.java67 Node child;
76 child = (Node) elementList.item(indexN1005E);
H A Dhc_elementgetelementsbytagnamespecialvalue.java67 Node child;
84 child = (Node) lastempList.item(indexN10067);

Completed in 434 milliseconds

<<11121314151617181920>>