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 |
NamespacesHandler::NamespaceExtended::NamespaceExtended | ( | ) |
NamespacesHandler::NamespaceExtended::NamespaceExtended | ( | const XalanDOMString & | prefix, |
const XalanDOMString & | uri | ||
) |
const XalanDOMString& NamespacesHandler::NamespaceExtended::getResultAttributeName | ( | ) | const |
Retrieve the name of the result attribute.
void NamespacesHandler::NamespaceExtended::setResultAttributeName | ( | const XalanDOMString & | name | ) |
Set the name of the result attribute.
name | The new name value |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|