Home
last modified time | relevance | path

Searched defs:getAttributeNS (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java221 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in ElemLiteralResult
/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.h609 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
868 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1173 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1497 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1795 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
2205 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
2530 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
DDOMCoreClasses.cpp956 HRESULT STDMETHODCALLTYPE DOMElement::getAttributeNS( in getAttributeNS() function in DOMElement
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java505 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1192 public final String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in DTMNodeProxy
/external/webkit/Source/WebCore/dom/
DElement.cpp648 const AtomicString& Element::getAttributeNS(const String& namespaceURI, const String& localName) co… in getAttributeNS() function in WebCore::Element