Searched refs:setIdAttributeNode (Results 1 - 13 of 13) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Delementsetidattributenode01.js78 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);
H A Delementsetidattributenode02.js78 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);
H A Delementsetidattributenode03.js78 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);
H A Delementsetidattributenode04.js78 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);
H A Delementsetidattributenode07.js78 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);
H A Delementsetidattributenode08.js83 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);
H A Delementsetidattributenode10.js83 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);
H A Delementsetidattributenode05.js78 Invoke setIdAttributeNode on the third strong element but with the class attribute of the acronym
112 nameElem.setIdAttributeNode(attr,true);
H A Delementsetidattributenode06.js78 Invoke setIdAttributeNode on the third strong element but with the title attribute of the acronym
113 nameElem.setIdAttributeNode(attr,true);
H A Delementsetidattributenode09.js84 Invoke setIdAttributeNode with the xmlns attribute of ent4. Verify that NO_MODIFICATION_ALLOWED_ERR is raised.
124 entElement.setIdAttributeNode(attr,true);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1927 public void setIdAttributeNode(Attr at, boolean makeId) { method in class:UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java2168 public void setIdAttributeNode(Attr at, boolean makeId) { method in class:DTMNodeProxy
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 192 milliseconds