#include <XalanQNameByReference.hpp>
Inherits XalanQName.
Definition at line 37 of file XalanQNameByReference.hpp.
XalanQNameByReference::XalanQNameByReference | ( | ) | [explicit] |
Construct an empty XalanQNameByReference.
XalanQNameByReference::XalanQNameByReference | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | theLocalPart | |||
) |
Construct a XalanQNameByReference, with the supplied namespace and local part.
The instance keeps only a _reference_ to the string, to avoid making a copy.
theNamespace | namespace string | |
theLocalPart | local part string |
XalanQNameByReference::XalanQNameByReference | ( | const XalanDOMString & | theLocalPart | ) |
Construct a XalanQNameByReference, with the supplied local part.
The instance keeps only a _reference_ to the string, to avoid making a copy.
theLocalPart | local part string |
XalanQNameByReference::XalanQNameByReference | ( | const XalanQName & | theQName | ) |
Construct a XalanQNameByReference, from the supplied XalanQName.
The instance keeps only a _reference_ to the string, to avoid making a copy.
theQName | The source QName |
virtual XalanQNameByReference::~XalanQNameByReference | ( | ) | [virtual] |
void XalanQNameByReference::clear | ( | ) | [inline] |
Clear the instance.
Definition at line 121 of file XalanQNameByReference.hpp.
virtual const XalanDOMString& XalanQNameByReference::getLocalPart | ( | ) | const [virtual] |
virtual const XalanDOMString& XalanQNameByReference::getNamespace | ( | ) | const [virtual] |
void XalanQNameByReference::setLocalPart | ( | const XalanDOMString & | theLocalPart | ) | [inline] |
Set the local part of qualified name.
theLocalPart | local part string |
Definition at line 93 of file XalanQNameByReference.hpp.
void XalanQNameByReference::setNamespace | ( | const XalanDOMString & | theNamespace | ) | [inline] |
Set the Namespace URI of qualified name.
theLocalPart | local part string |
Definition at line 112 of file XalanQNameByReference.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|