HomeSort by relevance Sort by last modified time
    Searched defs:setAttributeNode (Results 1 - 25 of 34) sorted by null

1 2

  /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/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);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException
    [all...]
  /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/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
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/
minidom.py 695 self.setAttributeNode(attr)
713 self.setAttributeNode(attr)
730 def setAttributeNode(self, attr):
748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]