| XalanNamespace::XalanNamespace | ( | MemoryManagerType & | theManager | ) | [explicit] |
| XalanNamespace::XalanNamespace | ( | const XalanDOMString & | thePrefix, | |
| const XalanDOMString & | theURI, | |||
| MemoryManagerType & | theManager | |||
| ) |
Construct a namespace for placement on the result tree namespace stack.
| thePrefix | namespace thePrefix | |
| theURI | URI of namespace |
| XalanNamespace::XalanNamespace | ( | const XalanNamespace & | other, | |
| MemoryManagerType & | theManager | |||
| ) |
| XalanNamespace::~XalanNamespace | ( | ) |
| const XalanDOMString& XalanNamespace::getPrefix | ( | ) | const |
Retrieve the thePrefix for namespace.
| void XalanNamespace::setPrefix | ( | const XalanDOMString & | thePrefix | ) |
Set the thePrefix for namespace.
| thePrefix | The new thePrefix value |
| const XalanDOMString& XalanNamespace::getURI | ( | ) | const |
Retrieve the URI for namespace.
| void XalanNamespace::setURI | ( | const XalanDOMString & | theURI | ) |
Set the URI for namespace.
| theURI | The new theURI value |
| void XalanNamespace::setURI | ( | const XalanDOMChar * | theURI | ) |
Set the URI for namespace.
| theURI | The new theURI value |
| void XalanNamespace::setURI | ( | const XalanDOMChar * | theURI, | |
| XalanDOMString::size_type | len | |||
| ) |
Set the URI for namespace.
| theURI | The new theURI value | |
| len | The length of the theURI |
| bool XalanNamespace::empty | ( | ) | const |
| void XalanNamespace::clear | ( | ) |
| bool XalanNamespace::operator== | ( | const XalanNamespace & | theRHS | ) | const |
Equality operator.
| theRHS | namespace to compare |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|