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

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattributenode01.js 78 Invoke setIdAttributeNode on the 3rd p element using the title attribute as a parameter . Verify by calling
79 isID on the attribute node and getElementById on document node. Call setIdAttributeNode again with isId=false
108 employeeElem.setIdAttributeNode(attr,true);
116 elem.setIdAttributeNode(attr,false);
elementsetidattributenode02.js 78 Invoke setIdAttributeNode on the 3rd acronym element using the class attribute as a parameter . Verify by calling
79 isID on the attribute node and getElementById on document node. Call setIdAttributeNode again with isId=false
108 acronymElem.setIdAttributeNode(attr,true);
116 elem.setIdAttributeNode(attr,false);
elementsetidattributenode03.js 78 Create a new attribute node on the second strong element. Invoke setIdAttributeNode on a newly created
80 Call setIdAttributeNode again with isId=false to reset. Invoke isId on the attribute node should return false.
110 nameElem.setIdAttributeNode(attr,true);
118 elem.setIdAttributeNode(attr,false);
elementsetidattributenode04.js 78 Create a new namespace attribute on the second strong element. Invoke setIdAttributeNode on a newly created
80 Call setIdAttributeNode again with isId=false to reset. Invoke isId on the attribute node should return false.
110 nameElem.setIdAttributeNode(attr,true);
118 elem.setIdAttributeNode(attr,false);
elementsetidattributenode10.js 83 Invoke setIdAttributeNode on the 4th acronym element using the class attribute (containing entity reference)
85 Reset by invoking setIdAttributeNode with isId=false.
113 acronymElem.setIdAttributeNode(attr,true);
121 acronymElem.setIdAttributeNode(attr,false);
elementsetidattributenode07.js 78 Invoke setIdAttributeNode on the 2nd and 3rd acronym element using the class attribute as a parameter . Verify by calling
111 acronymElem1.setIdAttributeNode(attr,true);
118 acronymElem2.setIdAttributeNode(attr,true);
elementsetidattributenode08.js 83 Invoke setIdAttributeNode on the 2nd acronym element and 3rd p element using the title and xmlns:dmstc attributes respectively
116 acronymElem.setIdAttributeNode(attr,true);
123 pElem.setIdAttributeNode(attr,true);
elementsetidattributenode05.js 78 Invoke setIdAttributeNode on the third strong element but with the class attribute of the acronym
112 nameElem.setIdAttributeNode(attr,true);
elementsetidattributenode06.js 78 Invoke setIdAttributeNode on the third strong element but with the title attribute of the acronym
113 nameElem.setIdAttributeNode(attr,true);
elementsetidattributenode09.js 84 Invoke setIdAttributeNode with the xmlns attribute of ent4. Verify that NO_MODIFICATION_ALLOWED_ERR is raised.
124 entElement.setIdAttributeNode(attr,true);
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 435 public void setIdAttributeNode(Attr idAttr,
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 168 public void setIdAttributeNode(Attr idAttr, boolean isId)
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 412 public void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1560 milliseconds