Searched refs:aXMLAttributeNamespace (Results 1 – 2 of 2) sorted by relevance
32 const ::rtl::OUString aXMLAttributeNamespace( RTL_CONSTASCII_USTRINGPARAM( "xmlns" )); variable55 sal_Int32 nXMLNamespaceLength = aXMLAttributeNamespace.getLength(); in addNamespace()58 if ( aNamespaceName.compareTo( aXMLAttributeNamespace, nXMLNamespaceLength ) == 0 ) in addNamespace()
44 const ::rtl::OUString aXMLAttributeNamespace( RTL_CONSTASCII_USTRINGPARAM( "xmlns" )); variable89 if ( aName.compareTo( aXMLAttributeNamespace, aXMLAttributeNamespace.getLength() ) == 0 ) in startElement()
Completed in 14 milliseconds