Searched refs:hasAttributeNS (Results 1 – 5 of 5) sorted by relevance
108 } else if (e->hasAttributeNS( in check()146 …else if ( dependency->hasAttributeNS( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( xmlNamespace )… in getErrorText()
125 … virtual sal_Bool SAL_CALL hasAttributeNS(const OUString& namespaceURI, const OUString& localName)
406 sal_Bool SAL_CALL CElement::hasAttributeNS( in hasAttributeNS() function in DOM::CElement
88 boolean hasAttributeNS([in] string namespaceURI,[in] string localName);
838 xElemFoo.hasAttributeNS(ns, "foo")); in testXElement()985 xElemFooClone.hasAttributeNS(ns, "foo")); in testXElement()2933 public boolean hasAttributeNS(String n, String l) { in hasAttributeNS() method in DOMTest.MockElement
Completed in 28 milliseconds