18 #if !defined(NAMESPACE_HEADER_GUARD_1357924680)
19 #define NAMESPACE_HEADER_GUARD_1357924680
32 XALAN_CPP_NAMESPACE_BEGIN
61 MemoryManager& theManager) :
62 m_prefix(prefix, theManager),
63 m_uri(uri, theManager)
71 MemoryManager& theManager)
77 ThisType*
const theResult =
78 new (theGuard.get()) ThisType(
90 MemoryManager& theManager) :
91 m_prefix(other.m_prefix, theManager),
92 m_uri(other.m_uri, theManager)
165 const XalanDOMChar* uri,
170 m_uri.assign(uri, len);
176 return m_prefix.empty() && m_uri.empty();
195 return equals(m_prefix, theRHS.m_prefix) &&
196 equals(m_uri, theRHS.m_uri);
209 XALAN_CPP_NAMESPACE_END
213 #endif // NAMESPACE_HEADER_GUARD_1357924680