Home
last modified time | relevance | path

Searched defs:hasAttributeNS (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java340 public boolean hasAttributeNS(String name, String x) in hasAttributeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java465 public boolean hasAttributeNS(String namespaceURI, String localName) in hasAttributeNS() method in DTMNodeProxy
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2069 bool Element::hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const in hasAttributeNS() function in WebCore::Element