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

1 2 3

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getAttributeNS03.java 40 * because it was removed by the "removeAttributeNS()" method.
77 testAddr.removeAttributeNS(namespaceURI, localName);
elementremoveattributens01.java 34 * The method removeAttributeNS removes an attribute by local name and namespace URI.
81 element.removeAttributeNS("http://www.w3.org/DOM/Test/createAttributeNS", "attr");
namednodemapremovenameditemns08.java 40 * the node map. And so if an attempt is made to remove it using removeAttributeNS, this should
83 element.removeAttributeNS("http://www.nist.gov", "domestic");
removeAttributeNS01.java 34 * The "removeAttributeNS(namespaceURI,localName)" method for an attribute causes the
41 * "removeAttributeNS(namespaceURI,localName)" method.
101 genElement.removeAttributeNS("www.xyz.com", "local1");
removeAttributeNS02.java 34 * The "removeAttributeNS(namespaceURI,localName)" removes an attribute by
41 * attribute by invoking the "removeAttributeNS(namespaceURI,localName)" method.
90 ((Element) /*Node */testAddr).removeAttributeNS("http://www.nist.gov", "local1");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementRemoveAttributeNS.java 10 * The method removeAttributeNS removes an attribute by local name and namespace
61 element.removeAttributeNS(
GetAttributeNS.java 122 testAddr.removeAttributeNS(namespaceURI, localName);
NamedNodeMapRemoveNamedItemNS.java 262 element.removeAttributeNS("http://www.nist.gov", "domestic");
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 91 * <code>removeAttributeNS</code> method.
254 public void removeAttributeNS(String namespaceURI,
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 224 public void removeAttributeNS(String namespaceURI, String localName)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 475 public void removeAttributeNS(String namespaceURI, String localName)
478 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"removeAttributeNS not supported!");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 354 mElement.removeAttributeNS(uri, localName);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1225 public final void removeAttributeNS(String namespaceURI, String localName)
    [all...]
  /external/python/cpython3/Lib/test/
test_minidom.py 323 self.assertRaises(xml.dom.NotFoundErr, child.removeAttributeNS,
326 child.removeAttributeNS("http://www.python.org", "abcattr")
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 754 def removeAttributeNS(self, namespaceURI, localName):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py 290 child.removeAttributeNS("http://www.python.org", "abcattr")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 756 def removeAttributeNS(self, namespaceURI, localName):
    [all...]
  /external/python/cpython2/Lib/test/
test_minidom.py 297 child.removeAttributeNS("http://www.python.org", "abcattr")
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 754 def removeAttributeNS(self, namespaceURI, localName):
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 805 def removeAttributeNS(self, namespaceURI, localName):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 290 child.removeAttributeNS("http://www.python.org", "abcattr")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 757 def removeAttributeNS(self, namespaceURI, localName):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 290 child.removeAttributeNS("http://www.python.org", "abcattr")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 757 def removeAttributeNS(self, namespaceURI, localName):
    [all...]

Completed in 3094 milliseconds

1 2 3