HomeSort by relevance Sort by last modified time
    Searched defs:attributeNode (Results 1 - 9 of 9) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecloneattributescopied.java 67 Node attributeNode;
86 attributeNode = (Node) attributes.item(indexN10076);
87 attributeName = attributeNode.getNodeName();
nodecloneattributescopied.java 70 Node attributeNode;
84 attributeNode = (Node) attributes.item(indexN10065);
85 attributeName = attributeNode.getNodeName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 255 Node attributeNode = attributes.item(i);
257 String name = attributeNode.getLocalName();
259 && ANDROID_URI.equals(attributeNode.getNamespaceURI())) {
260 result.add((Attr) attributeNode);
ChangeLayoutRefactoring.java 568 Node attributeNode = attributeMap.item(i);
570 String name = attributeNode.getLocalName();
572 && ANDROID_URI.equals(attributeNode.getNamespaceURI())) {
VisualRefactoring.java 423 for (Node attributeNode : attributeNodes) {
424 String prefix = attributeNode.getPrefix();
426 String name = attributeNode.getNodeName();
427 String value = attributeNode.getNodeValue();
449 for (Node attributeNode : attributeNodes) {
450 String prefix = attributeNode.getPrefix();
452 String name = attributeNode.getNodeName();
453 String value = attributeNode.getNodeValue();
489 Node attributeNode = attributes.item(i);
491 String prefix = attributeNode.getPrefix()
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 599 milliseconds