#include <NamespacesHandler.hpp>
Inherited by NamespacesHandler::NamespaceExtended.
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 |
Definition at line 70 of file NamespacesHandler.hpp.
|
inline |
Definition at line 74 of file NamespacesHandler.hpp.
|
inline |
Definition at line 80 of file NamespacesHandler.hpp.
|
inline |
Retrieve the prefix for namespace.
Definition at line 94 of file NamespacesHandler.hpp.
|
inline |
Retrieve the URI for namespace.
Definition at line 118 of file NamespacesHandler.hpp.
|
inline |
Set the prefix for namespace.
prefix | The new prefix value |
Definition at line 107 of file NamespacesHandler.hpp.
|
inline |
Set the URI for namespace.
uri | The new uri value |
Definition at line 131 of file NamespacesHandler.hpp.
|
staticprotected |
Definition at line 138 of file NamespacesHandler.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|