List of all members.
Public Member Functions
Constructor & Destructor Documentation
XalanQNameByReference::XalanQNameByReference |
( |
| ) |
[explicit] |
Construct a XalanQNameByReference, with the supplied namespace and local part.
The instance keeps only a _reference_ to the string, to avoid making a copy.
- Parameters:
-
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.
- Parameters:
-
theLocalPart | local part string |
XalanQNameByReference::XalanQNameByReference |
( |
const XalanQName & |
theQName | ) |
|
virtual XalanQNameByReference::~XalanQNameByReference |
( |
| ) |
[virtual] |
Member Function Documentation
void XalanQNameByReference::clear |
( |
| ) |
|
virtual const XalanDOMString& XalanQNameByReference::getLocalPart |
( |
| ) |
const [virtual] |
Retrieve the local part of qualified name.
- Returns:
- local part string
Implements XalanQName.
virtual const XalanDOMString& XalanQNameByReference::getNamespace |
( |
| ) |
const [virtual] |
Retrieve the namespace of qualified name.
- Returns:
- namespace string
Implements XalanQName.
void XalanQNameByReference::setLocalPart |
( |
const XalanDOMString & |
theLocalPart | ) |
|
Set the local part of qualified name.
- Parameters:
-
theLocalPart | local part string |
void XalanQNameByReference::setNamespace |
( |
const XalanDOMString & |
theNamespace | ) |
|
Set the Namespace URI of qualified name.
- Parameters:
-
theLocalPart | local part string |
The documentation for this class was generated from the following file: