#include <NamespacesHandler.hpp>
Inherited by NamespacesHandler::NamespaceExtended.
Definition at line 70 of file NamespacesHandler.hpp.
NamespacesHandler::Namespace::Namespace | ( | ) | [inline] |
Definition at line 74 of file NamespacesHandler.hpp.
NamespacesHandler::Namespace::Namespace | ( | const XalanDOMString & | prefix, | |
const XalanDOMString & | uri | |||
) | [inline] |
Definition at line 80 of file NamespacesHandler.hpp.
const XalanDOMString& NamespacesHandler::Namespace::getPrefix | ( | ) | const [inline] |
Retrieve the prefix for namespace.
Definition at line 94 of file NamespacesHandler.hpp.
const XalanDOMString& NamespacesHandler::Namespace::getURI | ( | ) | const [inline] |
Retrieve the URI for namespace.
Definition at line 118 of file NamespacesHandler.hpp.
void NamespacesHandler::Namespace::setPrefix | ( | const XalanDOMString & | prefix | ) | [inline] |
Set the prefix for namespace.
prefix | The new prefix value |
Definition at line 107 of file NamespacesHandler.hpp.
void NamespacesHandler::Namespace::setURI | ( | const XalanDOMString & | uri | ) | [inline] |
Set the URI for namespace.
uri | The new uri value |
Definition at line 131 of file NamespacesHandler.hpp.
const XalanDOMString NamespacesHandler::Namespace::s_emptyString [static, protected] |
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 |
|