18 #if !defined(XALANQNAMEBYREFERENCE_HEADER_GUARD_1357924680) 19 #define XALANQNAMEBYREFERENCE_HEADER_GUARD_1357924680 95 m_localpart = &theLocalPart;
104 getNamespace()
const;
114 m_namespace = &theNamespace;
123 m_namespace = &s_emptyString;
124 m_localpart = &s_emptyString;
149 #endif // XALANQNAMEBYREFERENCE_HEADER_GUARD_1357924680 void clear()
Clear the instance.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to represent a qualified name.
void setLocalPart(const XalanDOMString &theLocalPart)
Set the local part of qualified name.
void setNamespace(const XalanDOMString &theNamespace)
Set the Namespace URI of qualified name.
#define XALAN_XPATH_EXPORT