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

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 117 * URI, use the <code>setAttributeNodeNS</code> method.
195 * and use <code>setAttributeNodeNS</code> or
305 public Attr setAttributeNodeNS(Attr newAttr)
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapGetNamedItemNS.java 129 ((Element) /* Node */element).setAttributeNodeNS(newAttr1);
131 ((Element) /* Node */element).setAttributeNodeNS(newAttr2);
150 element.setAttributeNodeNS(newAttr1);
188 // element.setAttributeNodeNS(newAttr1);
NamedNodeMapRemoveNamedItemNS.java 128 ((Element) /* Node */element).setAttributeNodeNS(attribute1);
131 ((Element) /* Node */element).setAttributeNodeNS(attribute2);
SetAttributeNodeNS.java 39 * "setAttributeNodeNS(newAttr)" methods are invoked to create and add a new
40 * attribute to the newly created Element. The "setAttributeNodeNS(newAttr)"
53 public final class SetAttributeNodeNS extends DOMTestCase {
98 newElement.setAttributeNodeNS(newAttr);
103 ((Element) /* Node */testAddr).setAttributeNodeNS(newAttr);
141 // genElement.setAttributeNodeNS(newAttr);
162 .setAttributeNodeNS(newAttr);
178 .setAttributeNodeNS(newAttr);
200 ((Element) /* Node */testAddr).setAttributeNodeNS(newAttr);
NamedNodeMapSetNamedItemNS.java 98 ((Element) /* Node */element).setAttributeNodeNS(newAttr1);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 263 setAttributeNodeNS(attr);
294 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException {
384 return ElementImpl.this.setAttributeNodeNS((Attr)arg);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException
446 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttributeNodeNS not supported!");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 745 setAttributeNodeNS = setAttributeNode
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 747 setAttributeNodeNS = setAttributeNode
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 745 setAttributeNodeNS = setAttributeNode
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 794 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 748 setAttributeNodeNS = setAttributeNode
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 

Completed in 682 milliseconds

1 2 3