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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 66 Attr newAttrNode;
71 newAttrNode = doc.createAttribute("district");
72 attrValue = newAttrNode.getNodeValue();
74 attrName = newAttrNode.getNodeName();
76 attrType = (int) newAttrNode.getNodeType();
hc_documentcreateattribute.java 65 Attr newAttrNode;
70 newAttrNode = doc.createAttribute("title");
71 attrValue = newAttrNode.getNodeValue();
73 attrName = newAttrNode.getNodeName();
75 attrType = (int) newAttrNode.getNodeType();
  /prebuilts/misc/common/sdk-common/
sdk-common.jar 

Completed in 106 milliseconds