Public Member Functions | |
| Namespace () | |
| Namespace (const XalanDOMString &prefix, const XalanDOMString &uri) | |
| const XalanDOMString & | getPrefix () const |
| Retrieve the prefix for namespace. More... | |
| void | setPrefix (const XalanDOMString &prefix) |
| Set the prefix for namespace. More... | |
| const XalanDOMString & | getURI () const |
| Retrieve the URI for namespace. More... | |
| void | setURI (const XalanDOMString &uri) |
| Set the URI for namespace. More... | |
Static Protected Attributes | |
| static const XalanDOMString | s_emptyString |
| NamespacesHandler::Namespace::Namespace | ( | ) |
| NamespacesHandler::Namespace::Namespace | ( | const XalanDOMString & | prefix, |
| const XalanDOMString & | uri | ||
| ) |
| const XalanDOMString& NamespacesHandler::Namespace::getPrefix | ( | ) | const |
Retrieve the prefix for namespace.
| const XalanDOMString& NamespacesHandler::Namespace::getURI | ( | ) | const |
Retrieve the URI for namespace.
| void NamespacesHandler::Namespace::setPrefix | ( | const XalanDOMString & | prefix | ) |
Set the prefix for namespace.
| prefix | The new prefix value |
| void NamespacesHandler::Namespace::setURI | ( | const XalanDOMString & | uri | ) |
Set the URI for namespace.
| uri | The new uri value |
|
staticprotected |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|