Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
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. More...
 
void setResultAttributeName (const XalanDOMString &name)
 Set the name of the result attribute. More...
 
- Public Member Functions inherited from xalanc::NamespacesHandler::Namespace
 Namespace ()
 
 Namespace (const XalanDOMString &prefix, const XalanDOMString &uri)
 
const XalanDOMStringgetPrefix () const
 Retrieve the prefix for namespace. More...
 
void setPrefix (const XalanDOMString &prefix)
 Set the prefix for namespace. More...
 
const XalanDOMStringgetURI () const
 Retrieve the URI for namespace. More...
 
void setURI (const XalanDOMString &uri)
 Set the URI for namespace. More...
 

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

Definition at line 151 of file NamespacesHandler.hpp.

◆ NamespaceExtended() [2/2]

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

Definition at line 157 of file NamespacesHandler.hpp.

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: