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

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 65 public Node setNamedItem(Node arg)
  /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);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HCNamedNodeMapInvalidType.java 83 attributes.setNamedItem(newElem);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 161 public Node setNamedItem(Node newNode)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNamedNodeMap.java 103 public Node setNamedItem(Node arg) throws DOMException {
  /cts/tests/tests/icu/tools/android/icu/cts/tools/
GenerateTestCaseXML.java 128 elem.getAttributes().setNamedItem(attr);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 402 attributes.setNamedItem(valueNode);
442 attributes.setNamedItem(nodeAttr);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 371 public Node setNamedItem(Node arg) throws DOMException {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 535 self.setNamedItem(node)
541 self.setNamedItem(node)
579 def setNamedItem(self, node):
593 return self.setNamedItem(node)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 535 self.setNamedItem(node)
541 self.setNamedItem(node)
579 def setNamedItem(self, node):
593 return self.setNamedItem(node)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 535 self.setNamedItem(node)
541 self.setNamedItem(node)
579 def setNamedItem(self, node):
593 return self.setNamedItem(node)
    [all...]

Completed in 977 milliseconds

1 2 3