HomeSort by relevance Sort by last modified time
    Searched refs:testEmployee (Results 26 - 50 of 59) sorted by null

12 3

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementassociatedattribute.java 64 Node testEmployee;
70 testEmployee = elementList.item(0);
71 attributes = testEmployee.getAttributes();
hc_elementgetattributenode.java 62 Element testEmployee;
67 testEmployee = (Element) elementList.item(0);
68 domesticAttr = testEmployee.getAttributeNode("title");
hc_elementgetattributenodenull.java 66 Element testEmployee;
70 testEmployee = (Element) elementList.item(0);
71 domesticAttr = testEmployee.getAttributeNode("invalidAttribute");
hc_elementreplaceexistingattributegevalue.java 67 Element testEmployee;
73 testEmployee = (Element) elementList.item(2);
75 streetAttr = testEmployee.setAttributeNode(newAttribute);
hc_elementsetattributenodenull.java 69 Element testEmployee;
74 testEmployee = (Element) elementList.item(2);
76 districtAttr = testEmployee.setAttributeNode(newAttribute);
hc_namednodemapgetnameditem.java 66 Node testEmployee;
72 testEmployee = elementList.item(1);
73 attributes = testEmployee.getAttributes();
hc_namednodemapnotfounderr.java 70 Element testEmployee;
75 testEmployee = (Element) elementList.item(2);
76 attributes = testEmployee.getAttributes();
hc_namednodemapnumberofnodes.java 61 Node testEmployee;
66 testEmployee = elementList.item(2);
67 attributes = testEmployee.getAttributes();
hc_namednodemapreturnnull.java 69 Node testEmployee;
74 testEmployee = elementList.item(1);
75 attributes = testEmployee.getAttributes();
namednodemapchildnoderange.java 67 Node testEmployee;
73 testEmployee = elementList.item(2);
74 attributes = testEmployee.getAttributes();
namednodemapgetnameditem.java 68 Node testEmployee;
74 testEmployee = elementList.item(1);
75 attributes = testEmployee.getAttributes();
namednodemapnotfounderr.java 70 Element testEmployee;
75 testEmployee = (Element) elementList.item(2);
76 attributes = testEmployee.getAttributes();
namednodemapnumberofnodes.java 67 Node testEmployee;
72 testEmployee = elementList.item(2);
73 attributes = testEmployee.getAttributes();
namednodemapreturnlastitem.java 68 Node testEmployee;
74 testEmployee = elementList.item(1);
75 attributes = testEmployee.getAttributes();
namednodemapreturnnull.java 68 Node testEmployee;
73 testEmployee = elementList.item(1);
74 attributes = testEmployee.getAttributes();
elementremoveattribute.java 76 Element testEmployee;
80 testEmployee = (Element) elementList.item(3);
81 testEmployee.removeAttribute("street");
82 attrValue = testEmployee.getAttribute("street");
elementgetelementsbytagnameaccessnodelist.java 61 Element testEmployee;
68 testEmployee = (Element) elementList.item(3);
69 child = testEmployee.getFirstChild();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS02.java 74 Node testEmployee;
79 testEmployee = elementList.item(1);
80 attributes = testEmployee.getAttributes();
localName03.java 70 Node testEmployee;
75 testEmployee = elementList.item(0);
76 textNode = testEmployee.getFirstChild();
namespaceURI04.java 67 Node testEmployee;
71 testEmployee = elementList.item(1);
72 employeeNamespace = testEmployee.getNamespaceURI();
prefix04.java 67 Node testEmployee;
71 testEmployee = elementList.item(0);
72 prefix = testEmployee.getPrefix();
namespaceURI03.java 73 Node testEmployee;
77 testEmployee = elementList.item(0);
78 assertNotNull("employeeNotNull", testEmployee);
79 employeeNamespace = testEmployee.getNamespaceURI();
prefix03.java 73 Node testEmployee;
77 testEmployee = elementList.item(0);
78 assertNotNull("empEmployeeNotNull", testEmployee);
79 prefix = testEmployee.getPrefix();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetNamedItemNS.java 57 Node testEmployee;
63 testEmployee = elementList.item(1);
64 attributes = testEmployee.getAttributes();
75 Node testEmployee;
80 testEmployee = elementList.item(1);
81 attributes = testEmployee.getAttributes();
LocalName.java 81 Node testEmployee;
86 testEmployee = elementList.item(0);
87 textNode = testEmployee.getFirstChild();
94 Node testEmployee;
98 testEmployee = elementList.item(0);
99 employeeLocalName = testEmployee.getLocalName();

Completed in 3679 milliseconds

12 3