18#if !defined(XALANNAMESPACE_HEADER_GUARD_1357924680)
19#define XALANNAMESPACE_HEADER_GUARD_1357924680
151 return m_prefix.empty() && m_uri.empty();
#define XALAN_USES_MEMORY_MANAGER(Type)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
void setPrefix(const XalanDOMString &thePrefix)
Set the thePrefix for namespace.
void setURI(const XalanDOMChar *theURI, XalanDOMString::size_type len)
Set the URI for namespace.
XalanNamespace(MemoryManager &theManager)
const XalanDOMString & getURI() const
Retrieve the URI for namespace.
XalanNamespace(const XalanDOMString &thePrefix, const XalanDOMString &theURI, MemoryManager &theManager)
Construct a namespace for placement on the result tree namespace stack.
void setURI(const XalanDOMChar *theURI)
Set the URI for namespace.
bool operator==(const XalanNamespace &theRHS) const
Equality operator.
void setURI(const XalanDOMString &theURI)
Set the URI for namespace.
XalanNamespace(const XalanNamespace &other, MemoryManager &theManager)
const XalanDOMString & getPrefix() const
Retrieve the thePrefix for namespace.
equals(const XalanDOMChar *theLHS, const XalanDOMChar *theRHS, XalanDOMString::size_type theLength)
Compare the contents of two arrays for equality.