Searched refs:setNamedItem (Results 1 - 21 of 21) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DNamedNodeMap.java65 public Node setNamedItem(Node arg) method in interface:NamedNodeMap
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_namednodemapsetnameditemwithnewvalue.java31 * If the "setNamedItem(arg)" method does not replace an
36 * Once the list is created the "setNamedItem(arg)" method
39 * already exists in the map. The "setNamedItem(arg)"
81 newNode = attributes.setNamedItem(newAttribute);
H A Dnamednodemapsetnameditemreturnvalue.java31 * If the "setNamedItem(arg)" method replaces an already
38 * list is created an invocation of the "setNamedItem(arg)"
41 * already exists in the map. The "setNamedItem(arg)"
85 newNode = attributes.setNamedItem(newAttribute);
H A Dnamednodemapsetnameditemwithnewvalue.java31 * If the "setNamedItem(arg)" method does not replace an
36 * Once the list is created the "setNamedItem(arg)" method
39 * already exists in the map. The "setNamedItem(arg)"
81 newNode = attributes.setNamedItem(newAttribute);
H A Dhc_entitiessetnameditem1.java79 retval = entities.setNamedItem(elem);
H A Dhc_namednodemapinuseattributeerr.java31 * The "setNamedItem(arg)" method raises a
87 setNode = attributes.setNamedItem(domesticAttr);
H A Dhc_namednodemapsetnameditem.java34 * list is created an invocation of the "setNamedItem(arg)"
36 * new Attr Node previously created. The "setNamedItem(arg)"
83 setNode = attributes.setNamedItem(newAttribute);
H A Dhc_namednodemapsetnameditemreturnvalue.java31 * If the "setNamedItem(arg)" method replaces an already
38 * list is created an invocation of the "setNamedItem(arg)"
41 * already exists in the map. The "setNamedItem(arg)"
84 newNode = attributes.setNamedItem(newAttribute);
H A Dhc_namednodemapsetnameditemthatexists.java31 * If the node to be added by the "setNamedItem(arg)" method
38 * list is created an invocation of the "setNamedItem(arg)"
41 * already exists in the map. The "setNamedItem(arg)"
86 setNode = attributes.setNamedItem(newAttribute);
H A Dhc_namednodemapwrongdocumenterr.java31 * The "setNamedItem(arg)" method raises a
89 setNode = attributes.setNamedItem(newAttribute);
H A Dhc_notationssetnameditem1.java79 retval = notations.setNamedItem(elem);
H A Dnamednodemapinuseattributeerr.java31 * The "setNamedItem(arg)" method raises a
88 setNode = attributes.setNamedItem(domesticAttr);
H A Dnamednodemapsetnameditem.java31 * The "setNamedItem(arg)" method adds a node using its
37 * list is created an invocation of the "setNamedItem(arg)"
39 * new Attr Node previously created. The "setNamedItem(arg)"
85 setNode = attributes.setNamedItem(newAttribute);
H A Dnamednodemapsetnameditemthatexists.java31 * If the node to be added by the "setNamedItem(arg)" method
38 * list is created an invocation of the "setNamedItem(arg)"
41 * already exists in the map. The "setNamedItem(arg)"
87 setNode = attributes.setNamedItem(newAttribute);
H A Dnamednodemapwrongdocumenterr.java31 * The "setNamedItem(arg)" method raises a
89 setNode = attributes.setNamedItem(newAttribute);
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dhc_namednodemapinvalidtype1.java73 retval = attributes.setNamedItem(newElem);
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
H A DHCNamedNodeMapInvalidType.java77 notes = "Verifies that setNamedItem method throws DOMException with HIERARCHY_REQUEST_ERR code.",
78 method = "setNamedItem",
95 attributes.setNamedItem(newElem);
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNamedNodeMap.java161 public Node setNamedItem(Node newNode) method in class:DTMNamedNodeMap
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DNamedNodeMapImpl.java116 public Node setNamedItem(Node arg) throws DOMException { method in class:NamedNodeMapImpl
H A DElementImpl.java413 public Node setNamedItem(Node arg) throws DOMException { method in class:ElementImpl.ElementAttrNamedNodeMapImpl
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java707 public Node setNamedItem(Node arg) throws DOMException method in class:ElemLiteralResult.LiteralElementAttributes

Completed in 2854 milliseconds