getAttributeNodeNS 223 Source/core/dom/Element.h PassRefPtr<Attr> getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName); getAttributeNodeNS 55 Source/core/dom/NamedNodeMap.cpp return m_element->getAttributeNodeNS(namespaceURI, localName); getAttributeNodeNS 342 Source/core/xml/XPathStep.cpp RefPtr<Node> n = contextElement->getAttributeNodeNS(m_nodeTest.namespaceURI(), m_nodeTest.data());