HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeNode (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeattributenodetype.js 111 addrAttr = testAddr.getAttributeNode("title");
hc_elementcreatenewattribute.js 112 districtAttr = testAddress.getAttributeNode("lang");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetattributenode.js 102 domesticAttr = testEmployee.getAttributeNode("title");
hc_elementremoveattributenode.js 105 streetAttr = testEmployee.getAttributeNode("class");
hc_nodeattributenodename.js 103 addrAttr = testAddr.getAttributeNode("title");
hc_nodeattributenodetype.js 111 addrAttr = testAddr.getAttributeNode("title");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrisid01.js 103 attr = acronymElem.getAttributeNode("class");
nodecomparedocumentposition10.js 100 dir = elem.getAttributeNode("dir");
nodecomparedocumentposition35.js 102 attr = elem.getAttributeNode("dir");
nodecomparedocumentposition38.js 103 attr = elem.getAttributeNode("class");
nodegetbaseuri15.js 102 attrNode = bodyElem.getAttributeNode("id");
nodegettextcontent06.js 103 attr = elem.getAttributeNode("dir");
nodereplacechild33.js 105 parent = elem.getAttributeNode("dir");
nodesettextcontent05.js 103 attr = elem.getAttributeNode("dir");
typeinfoisderivedfrom03.js 104 attr = acronymElem.getAttributeNode("title");
typeinfoisderivedfrom04.js 104 attr = acronymElem.getAttributeNode("title");
typeinfoisderivedfrom05.js 104 attr = acronymElem.getAttributeNode("title");
typeinfoisderivedfrom07.js 104 attr = acronymElem.getAttributeNode("title");
typeinfoisderivedfrom08.js 104 attr = acronymElem.getAttributeNode("class");
typeinfoisderivedfrom09.js 104 attr = acronymElem.getAttributeNode("class");
typeinfoisderivedfrom10.js 104 attr = acronymElem.getAttributeNode("class");
typeinfoisderivedfrom11.js 104 attr = acronymElem.getAttributeNode("class");
typeinfoisderivedfrom12.js 104 attr = acronymElem.getAttributeNode("class");
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 148 itemXmlns = item.getAttributeNode("xmlns");
149 itemXmlnsA = item.getAttributeNode("xmlns:a");
151 standard = name.getAttributeNode("a:standard");
152 deluxe = name.getAttributeNode("deluxe");
164 vitaminsXmlnsA = vitamins.getAttributeNode("xmlns:a");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 453 return DTM.NULL != dtm.getAttributeNode(node,null,name);
467 return DTM.NULL != dtm.getAttributeNode(node,namespaceURI,localName);
1133 public final Attr getAttributeNode(String name)
1195 int n = dtm.getAttributeNode(node,namespaceURI,localName);
1242 int n = dtm.getAttributeNode(node,namespaceURI,localName);
    [all...]

Completed in 591 milliseconds

1 23 4 5 6 7