#include <xalanc/PlatformSupport/XalanNamespace.hpp>
Definition at line 36 of file XalanNamespace.hpp.
◆ XalanNamespace() [1/3]
xalanc::XalanNamespace::XalanNamespace |
( |
MemoryManager & |
theManager | ) |
|
|
inlineexplicit |
◆ XalanNamespace() [2/3]
Construct a namespace for placement on the result tree namespace stack.
- Parameters
-
thePrefix | namespace thePrefix |
theURI | URI of namespace |
Definition at line 54 of file XalanNamespace.hpp.
◆ XalanNamespace() [3/3]
xalanc::XalanNamespace::XalanNamespace |
( |
const XalanNamespace & |
other, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inline |
◆ ~XalanNamespace()
xalanc::XalanNamespace::~XalanNamespace |
( |
| ) |
|
|
inline |
◆ clear()
void xalanc::XalanNamespace::clear |
( |
| ) |
|
|
inline |
◆ empty()
bool xalanc::XalanNamespace::empty |
( |
| ) |
const |
|
inline |
◆ getPrefix()
Retrieve the thePrefix for namespace.
- Returns
- thePrefix string
Definition at line 81 of file XalanNamespace.hpp.
◆ getURI()
◆ operator==()
bool xalanc::XalanNamespace::operator== |
( |
const XalanNamespace & |
theRHS | ) |
const |
|
inline |
◆ setPrefix()
void xalanc::XalanNamespace::setPrefix |
( |
const XalanDOMString & |
thePrefix | ) |
|
|
inline |
Set the thePrefix for namespace.
- Parameters
-
thePrefix | The new thePrefix value |
Definition at line 92 of file XalanNamespace.hpp.
◆ setURI() [1/3]
void xalanc::XalanNamespace::setURI |
( |
const XalanDOMChar * |
theURI | ) |
|
|
inline |
Set the URI for namespace.
- Parameters
-
theURI | The new theURI value |
Definition at line 125 of file XalanNamespace.hpp.
◆ setURI() [2/3]
Set the URI for namespace.
- Parameters
-
theURI | The new theURI value |
len | The length of the theURI |
Definition at line 139 of file XalanNamespace.hpp.
◆ setURI() [3/3]
Set the URI for namespace.
- Parameters
-
theURI | The new theURI value |
Definition at line 114 of file XalanNamespace.hpp.
The documentation for this class was generated from the following file: