HomeSort by relevance Sort by last modified time
    Searched refs:attributeNode (Results 1 - 16 of 16) 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);
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...]
ExtractIncludeRefactoring.java 485 for (Node attributeNode : attributeNodes) {
486 String prefix = attributeNode.getPrefix();
489 String name = attributeNode.getNodeName();
493 String value = attributeNode.getNodeValue();
ChangeLayoutRefactoring.java 568 Node attributeNode = attributeMap.item(i);
570 String name = attributeNode.getLocalName();
572 && ANDROID_URI.equals(attributeNode.getNamespaceURI())) {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.js 337 function createAttribute(attributeNode)
344 attributeName.textContent = attributeNode.name;
351 attributeValue.textContent = attributeNode.value;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 1008 var attributeNode = elem.getAttributeNode( "tabIndex" );
1009 return attributeNode && attributeNode.specified
1010 ? attributeNode.value
    [all...]
concat-jquery-mootools-prototype.js 1008 var attributeNode = elem.getAttributeNode( "tabIndex" );
1009 return attributeNode && attributeNode.specified
1010 ? attributeNode.value
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.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 235 milliseconds