#include <NamespacesHandler.hpp>
Inherits NamespacesHandler::Namespace.
Public Member Functions | |
NamespaceExtended () | |
NamespaceExtended (const XalanDOMString &prefix, const XalanDOMString &uri) | |
const XalanDOMString & | getResultAttributeName () const |
Retrieve the name of the result attribute. More... | |
void | setResultAttributeName (const XalanDOMString &name) |
Set the name of the result attribute. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
static const XalanDOMString | s_emptyString |
Definition at line 147 of file NamespacesHandler.hpp.
|
inline |
Definition at line 151 of file NamespacesHandler.hpp.
|
inline |
Definition at line 157 of file NamespacesHandler.hpp.
|
inline |
Retrieve the name of the result attribute.
Definition at line 171 of file NamespacesHandler.hpp.
|
inline |
Set the name of the result attribute.
name | The new name value |
Definition at line 184 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 |
|