Home
last modified time | relevance | path

Searched defs:getAttributeNS (Results 1 – 4 of 4) 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/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/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp865 const AtomicString& Element::getAttributeNS(const AtomicString& namespaceURI, const AtomicString& l… in getAttributeNS() function in blink::Element