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

1 2

  /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,
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 94 public void removeAttributeNS(String namespaceURI, String localName)
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 224 public void removeAttributeNS(String namespaceURI, String localName)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.idl 49 [CustomElementCallbacks=Enable] void removeAttributeNS([TreatNullAs=NullString] DOMString namespaceURI,
Element.h 340 void removeAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName);
    [all...]
Element.cpp     [all...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 290 child.removeAttributeNS("http://www.python.org", "abcattr")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 757 def removeAttributeNS(self, namespaceURI, localName):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 290 child.removeAttributeNS("http://www.python.org", "abcattr")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 757 def removeAttributeNS(self, namespaceURI, localName):
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/jdiff/
xerces.jar 

Completed in 149 milliseconds

1 2