HomeSort by relevance Sort by last modified time
    Searched refs:setAttributeNode (Results 26 - 50 of 91) sorted by null

12 3 4

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
namednodemapinuseattributeerr.java 80 setAttr = firstNode.setAttributeNode(domesticAttr);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementhasattributens02.java 82 newAttribute = element.setAttributeNode(attribute);
elementhasattributens03.java 87 newAttribute = element.setAttributeNode(attribute);
nodehasattributes04.java 88 setNode = element.setAttributeNode(attribute);
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 65 * appropriate subtree, and use <code>setAttributeNode</code> to assign
131 public Attr setAttributeNode(Attr newAttr)
196 * <code>setAttributeNode</code> to assign it as the value of an
  /libcore/luni/src/test/java/libcore/xml/
DomSerializationTest.java 46 foo.setAttributeNode(quux);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 251 setAttributeNode(attr);
269 public Attr setAttributeNode(Attr newAttr) throws DOMException {
376 return ElementImpl.this.setAttributeNode((Attr)arg);
DocumentImpl.java 175 elementCopy.setAttributeNode(elementAttrCopy);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeHasAttributes.java 131 element.setAttributeNode(attribute);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
pulldom.py 107 node.setAttributeNode(attr)
127 node.setAttributeNode(attr)
minidom.py 695 self.setAttributeNode(attr)
713 self.setAttributeNode(attr)
730 def setAttributeNode(self, attr):
748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
pulldom.py 107 node.setAttributeNode(attr)
127 node.setAttributeNode(attr)
minidom.py 695 self.setAttributeNode(attr)
713 self.setAttributeNode(attr)
730 def setAttributeNode(self, attr):
748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 107 node.setAttributeNode(attr)
127 node.setAttributeNode(attr)
minidom.py 695 self.setAttributeNode(attr)
713 self.setAttributeNode(attr)
730 def setAttributeNode(self, attr):
748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 107 node.setAttributeNode(attr)
127 node.setAttributeNode(attr)
minidom.py 695 self.setAttributeNode(attr)
713 self.setAttributeNode(attr)
730 def setAttributeNode(self, attr):
748 setAttributeNodeNS = setAttributeNode
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 316 element.setAttributeNode(attr);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 307 public Attr setAttributeNode(Attr newAttr) throws DOMException
310 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttributeNode not supported!");
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 

Completed in 1123 milliseconds

12 3 4