#include <XalanNamespace.hpp>
Definition at line 36 of file XalanNamespace.hpp.
XalanNamespace::XalanNamespace | ( | MemoryManager & | theManager | ) | [inline, explicit] |
Definition at line 41 of file XalanNamespace.hpp.
XalanNamespace::XalanNamespace | ( | const XalanDOMString & | thePrefix, | |
const XalanDOMString & | theURI, | |||
MemoryManager & | theManager | |||
) | [inline] |
Construct a namespace for placement on the result tree namespace stack.
thePrefix | namespace thePrefix | |
theURI | URI of namespace |
Definition at line 54 of file XalanNamespace.hpp.
XalanNamespace::XalanNamespace | ( | const XalanNamespace & | other, | |
MemoryManager & | theManager | |||
) | [inline] |
Definition at line 63 of file XalanNamespace.hpp.
XalanNamespace::~XalanNamespace | ( | ) | [inline] |
Definition at line 71 of file XalanNamespace.hpp.
void XalanNamespace::clear | ( | ) | [inline] |
Definition at line 155 of file XalanNamespace.hpp.
bool XalanNamespace::empty | ( | ) | const [inline] |
Definition at line 149 of file XalanNamespace.hpp.
const XalanDOMString& XalanNamespace::getPrefix | ( | ) | const [inline] |
Retrieve the thePrefix for namespace.
Definition at line 81 of file XalanNamespace.hpp.
const XalanDOMString& XalanNamespace::getURI | ( | ) | const [inline] |
Retrieve the URI for namespace.
Definition at line 103 of file XalanNamespace.hpp.
bool XalanNamespace::operator== | ( | const XalanNamespace & | theRHS | ) | const [inline] |
Equality operator.
theRHS | namespace to compare |
Definition at line 168 of file XalanNamespace.hpp.
void XalanNamespace::setPrefix | ( | const XalanDOMString & | thePrefix | ) | [inline] |
Set the thePrefix for namespace.
thePrefix | The new thePrefix value |
Definition at line 92 of file XalanNamespace.hpp.
void XalanNamespace::setURI | ( | const XalanDOMChar * | theURI, | |
XalanDOMString::size_type | len | |||
) | [inline] |
Set the URI for namespace.
theURI | The new theURI value | |
len | The length of the theURI |
Definition at line 139 of file XalanNamespace.hpp.
void XalanNamespace::setURI | ( | const XalanDOMString & | theURI | ) | [inline] |
Set the URI for namespace.
theURI | The new theURI value |
Definition at line 114 of file XalanNamespace.hpp.
void XalanNamespace::setURI | ( | const XalanDOMChar * | theURI | ) | [inline] |
Set the URI for namespace.
theURI | The new theURI value |
Definition at line 125 of file XalanNamespace.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|