18 #if !defined(XALANQNAMEBYVALUE_HEADER_GUARD_1357924680) 19 #define XALANQNAMEBYVALUE_HEADER_GUARD_1357924680 33 XALAN_DECLARE_XERCES_CLASS(Locator)
37 XALAN_CPP_NAMESPACE_BEGIN
61 return m_namespace.getMemoryManager();
71 MemoryManager& theManager);
81 MemoryManager& theManager);
92 MemoryManager& theManager);
98 MemoryManager& theManager);
112 MemoryManager& theManager,
113 const Locator* locator = 0,
114 bool fUseDefault =
false);
126 const XalanDOMChar* qname,
128 MemoryManager& theManager,
129 const Locator* locator = 0,
130 bool fUseDefault =
false);
142 MemoryManager& theManager,
144 const Locator* locator = 0);
165 m_localpart = theLocalPart;
184 m_namespace = theNamespace;
201 const Locator* locator = 0,
202 bool fUseDefault =
false);
216 const XalanDOMChar* qname,
218 const Locator* locator = 0,
219 bool fUseDefault =
false);
234 const Locator* locator = 0);
247 const XalanDOMChar* qname,
249 const Locator* locator = 0);
263 m_namespace = theRHS.m_namespace;
264 m_localpart = theRHS.m_localpart;
283 const XalanDOMChar* qname,
286 const Locator* locator,
291 const XalanDOMChar* qname,
294 const Locator* locator);
298 const XalanDOMChar* qname,
300 const Locator* locator);
318 XALAN_CPP_NAMESPACE_END
322 #endif // XALANQNAMEBYVALUE_HEADER_GUARD_1357924680
void clear()
Clear the instance.
virtual const XalanDOMString & getNamespace() const =0
Retrieve the namespace of qualified name.
MemoryManager & getMemoryManager()
This is the abstract class that is used when reporting a problem some kind, that requires a message...
This class defines an interface for classes that resolve namespace prefixes to their URIs...
#define XALAN_USES_MEMORY_MANAGER(Type)
XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
XalanQNameByValue & operator=(const XalanQNameByValue &theRHS)
virtual const XalanDOMString & getLocalPart() const =0
Retrieve the local part of qualified name.
XalanQNameByValue & operator=(const XalanQName &theRHS)
void setNamespace(const XalanDOMString &theNamespace)
Set the Namespace URI of qualified name.
#define XALAN_XPATH_EXPORT
Class to represent a qualified name.
Xalan implementation of deque.
void setLocalPart(const XalanDOMString &theLocalPart)
Set the local part of qualified name.