Xalan-C++ API Reference 1.12.0
xalanc::NamespacesHandler::NamespaceExtended Class Reference

#include <xalanc/XSLT/NamespacesHandler.hpp>

Inheritance diagram for xalanc::NamespacesHandler::NamespaceExtended:
[legend]
Collaboration diagram for xalanc::NamespacesHandler::NamespaceExtended:
[legend]

Public Member Functions

 NamespaceExtended ()
 
 NamespaceExtended (const XalanDOMString &prefix, const XalanDOMString &uri)
 
const XalanDOMStringgetResultAttributeName () const
 Retrieve the name of the result attribute.
 
void setResultAttributeName (const XalanDOMString &name)
 Set the name of the result attribute.
 
- Public Member Functions inherited from xalanc::NamespacesHandler::Namespace
 Namespace ()
 
 Namespace (const XalanDOMString &prefix, const XalanDOMString &uri)
 
const XalanDOMStringgetPrefix () const
 Retrieve the prefix for namespace.
 
void setPrefix (const XalanDOMString &prefix)
 Set the prefix for namespace.
 
const XalanDOMStringgetURI () const
 Retrieve the URI for namespace.
 
void setURI (const XalanDOMString &uri)
 Set the URI for namespace.
 

Additional Inherited Members

- Static Protected Attributes inherited from xalanc::NamespacesHandler::Namespace
static const XalanDOMString s_emptyString
 

Detailed Description

Definition at line 147 of file NamespacesHandler.hpp.

Constructor & Destructor Documentation

◆ NamespaceExtended() [1/2]

xalanc::NamespacesHandler::NamespaceExtended::NamespaceExtended ( )
inline

◆ NamespaceExtended() [2/2]

xalanc::NamespacesHandler::NamespaceExtended::NamespaceExtended ( const XalanDOMString & prefix,
const XalanDOMString & uri )
inline

Member Function Documentation

◆ getResultAttributeName()

const XalanDOMString & xalanc::NamespacesHandler::NamespaceExtended::getResultAttributeName ( ) const
inline

Retrieve the name of the result attribute.

Returns
name string

Definition at line 171 of file NamespacesHandler.hpp.

◆ setResultAttributeName()

void xalanc::NamespacesHandler::NamespaceExtended::setResultAttributeName ( const XalanDOMString & name)
inline

Set the name of the result attribute.

Parameters
nameThe new name value

Definition at line 184 of file NamespacesHandler.hpp.


The documentation for this class was generated from the following file: