HomeSort by relevance Sort by last modified time
    Searched refs:attributeNode (Results 1 - 5 of 5) 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();
  /external/webkit/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...]
  /prebuilt/common/ant/
ant.jar 

Completed in 375 milliseconds