Searched defs:getAttributeNodeNS (Results 1 - 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java459 public Attr getAttributeNodeNS(String namespaceURI, String localName) method in class:UnImplNode
462 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getAttributeNodeNS not supported!");
1483 NodeImpl attr = (NodeImpl)elem.getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "xmlns");
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp982 HRESULT STDMETHODCALLTYPE DOMElement::getAttributeNodeNS( function in class:DOMElement
H A DDOMHTMLClasses.h623 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS( function in class:DOMHTMLElement
626 /* [retval][out] */ IDOMAttr **result) { return DOMElement::getAttributeNodeNS(namespaceURI, localName, result); }
882 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS( function in class:DOMHTMLFormElement
885 /* [retval][out] */ IDOMAttr **result) { return DOMHTMLElement::getAttributeNodeNS(namespaceURI, localName, result); }
1187 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS( function in class:DOMHTMLSelectElement
1190 /* [retval][out] */ IDOMAttr **result) { return DOMHTMLElement::getAttributeNodeNS(namespaceURI, localName, result); }
1511 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS( function in class:DOMHTMLOptionElement
1514 /* [retval][out] */ IDOMAttr **result) { return DOMHTMLElement::getAttributeNodeNS(namespaceURI, localName, result); }
1809 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS( function in class:DOMHTMLInputElement
1812 /* [retval][out] */ IDOMAttr **result) { return DOMHTMLElement::getAttributeNodeNS(namespaceUR
2219 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS( function in class:DOMHTMLTextAreaElement
2544 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS( function in class:DOMHTMLIFrameElement
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1239 public final Attr getAttributeNodeNS(String namespaceURI, String localName) method in class:DTMNodeProxy
1728 NodeImpl attr = (NodeImpl)elem.getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "xmlns");
/external/webkit/Source/WebCore/dom/
H A DElement.cpp1503 PassRefPtr<Attr> Element::getAttributeNodeNS(const String& namespaceURI, const String& localName) function in class:WebCore::Element
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 130 milliseconds