HomeSort by relevance Sort by last modified time
    Searched refs:districtAttr (Results 1 - 8 of 8) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementremoveattributeaftercreate.java 71 Attr districtAttr;
76 districtAttr = testEmployee.setAttributeNode(newAttribute);
77 districtAttr = testEmployee.removeAttributeNode(newAttribute);
79 districtAttr = (Attr) attributes.getNamedItem("district");
80 assertNull("elementRemoveAttributeAfterCreateAssert", districtAttr);