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