HomeSort by relevance Sort by last modified time
    Searched refs:setNamedItem (Results 1 - 25 of 64) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 65 public Node setNamedItem(Node arg)
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.idl 32 Node setNamedItem(in Node node)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapsetnameditemwithnewvalue.java 31 * 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);
namednodemapsetnameditemreturnvalue.java 31 * 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);
namednodemapsetnameditemwithnewvalue.java 31 * 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);
hc_entitiessetnameditem1.java 79 retval = entities.setNamedItem(elem);
hc_namednodemapinuseattributeerr.java 31 * The "setNamedItem(arg)" method raises a
87 setNode = attributes.setNamedItem(domesticAttr);
hc_namednodemapsetnameditem.java 34 * list is created an invocation of the "setNamedItem(arg)"
36 * new Attr Node previously created. The "setNamedItem(arg)"
83 setNode = attributes.setNamedItem(newAttribute);
hc_namednodemapsetnameditemreturnvalue.java 31 * 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);
hc_namednodemapsetnameditemthatexists.java 31 * 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);
hc_namednodemapwrongdocumenterr.java 31 * The "setNamedItem(arg)" method raises a
89 setNode = attributes.setNamedItem(newAttribute);
hc_notationssetnameditem1.java 79 retval = notations.setNamedItem(elem);
namednodemapinuseattributeerr.java 31 * The "setNamedItem(arg)" method raises a
88 setNode = attributes.setNamedItem(domesticAttr);
namednodemapsetnameditem.java 31 * 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);
namednodemapsetnameditemthatexists.java 31 * 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);
namednodemapwrongdocumenterr.java 31 * The "setNamedItem(arg)" method raises a
89 setNode = attributes.setNamedItem(newAttribute);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_namednodemapinvalidtype1.java 73 retval = attributes.setNamedItem(newElem);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_namednodemapsetnameditemreturnvalue.js 78 If the "setNamedItem(arg)" method replaces an already
85 list is created an invocation of the "setNamedItem(arg)"
88 already exists in the map. The "setNamedItem(arg)"
119 newNode = attributes.setNamedItem(newAttribute);
hc_namednodemapsetnameditemthatexists.js 78 If the node to be added by the "setNamedItem(arg)" method
85 list is created an invocation of the "setNamedItem(arg)"
88 already exists in the map. The "setNamedItem(arg)"
121 setNode = attributes.setNamedItem(newAttribute);
hc_namednodemapsetnameditemwithnewvalue.js 78 If the "setNamedItem(arg)" method does not replace an
83 Once the list is created the "setNamedItem(arg)" method
86 already exists in the map. The "setNamedItem(arg)"
116 newNode = attributes.setNamedItem(newAttribute);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_namednodemapsetnameditemreturnvalue.js 78 If the "setNamedItem(arg)" method replaces an already
85 list is created an invocation of the "setNamedItem(arg)"
88 already exists in the map. The "setNamedItem(arg)"
119 newNode = attributes.setNamedItem(newAttribute);
hc_namednodemapsetnameditemthatexists.js 78 If the node to be added by the "setNamedItem(arg)" method
85 list is created an invocation of the "setNamedItem(arg)"
88 already exists in the map. The "setNamedItem(arg)"
121 setNode = attributes.setNamedItem(newAttribute);
hc_namednodemapsetnameditemwithnewvalue.js 78 If the "setNamedItem(arg)" method does not replace an
83 Once the list is created the "setNamedItem(arg)" method
86 already exists in the map. The "setNamedItem(arg)"
116 newNode = attributes.setNamedItem(newAttribute);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HCNamedNodeMapInvalidType.java 83 attributes.setNamedItem(newElem);
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 73 public Node setNamedItem(Node arg) throws DOMException {

Completed in 686 milliseconds

1 2 3