HomeSort by relevance Sort by last modified time
    Searched refs:removeAttributeNS (Results 1 - 25 of 27) 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/main/java/org/w3c/dom/
Element.java 91 * <code>removeAttributeNS</code> method.
254 public void removeAttributeNS(String namespaceURI,
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementRemoveAttributeNS.java 15 * The method removeAttributeNS removes an attribute by local name and namespace
59 method = "removeAttributeNS",
73 element.removeAttributeNS(
GetAttributeNS.java 140 testAddr.removeAttributeNS(namespaceURI, localName);
NamedNodeMapRemoveNamedItemNS.java 304 element.removeAttributeNS("http://www.nist.gov", "domestic");
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 94 public void removeAttributeNS(String namespaceURI, String localName)
  /external/webkit/WebCore/dom/
Element.idl 54 [OldStyleObjC] void removeAttributeNS(in [ConvertNullToNullString] DOMString namespaceURI,
Element.h 146 void removeAttributeNS(const String& namespaceURI, const String& localName, ExceptionCode&);
Element.cpp     [all...]
  /external/webkit/WebKit/qt/Api/
qwebelement.h 74 void removeAttributeNS(const QString& namespaceUri, const QString& name);
qwebelement.cpp 439 void QWebElement::removeAttributeNS(const QString &namespaceUri, const QString &name)
444 m_element->removeAttributeNS(namespaceUri, name, exception);
    [all...]
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 621 virtual HRESULT STDMETHODCALLTYPE removeAttributeNS(
623 /* [in] */ BSTR localName) { return DOMElement::removeAttributeNS(namespaceURI, localName); }
    [all...]
DOMCoreClasses.cpp 934 HRESULT STDMETHODCALLTYPE DOMElement::removeAttributeNS(
    [all...]
DOMCoreClasses.h 724 virtual HRESULT STDMETHODCALLTYPE removeAttributeNS(
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 265 public void removeAttributeNS(String namespaceURI, String localName)
  /libcore/luni/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...]
  /external/webkit/WebKit/win/Interfaces/
DOMCore.idl 565 - (void)removeAttributeNS:(NSString *)namespaceURI :(NSString *)localName;
567 HRESULT removeAttributeNS([in] BSTR namespaceURI, [in] BSTR localName);
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1225 public final void removeAttributeNS(String namespaceURI, String localName)
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 205 - (void)removeAttributeNS:(NSString *)namespaceURI :(NSString *)localName;
210 - (void)removeAttributeNS:(NSString *)namespaceURI localName:(NSString *)localName AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 298 milliseconds

1 2