Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
NamespacesHandler::NamespaceExtended Class Reference

#include <NamespacesHandler.hpp>

Inherits NamespacesHandler::Namespace.

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 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 NamespacesHandler::Namespace
static const XalanDOMString s_emptyString
 

Detailed Description

Definition at line 147 of file NamespacesHandler.hpp.

Constructor & Destructor Documentation

◆ NamespaceExtended() [1/2]

NamespacesHandler::NamespaceExtended::NamespaceExtended ( )
inline

Definition at line 151 of file NamespacesHandler.hpp.

◆ NamespaceExtended() [2/2]

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

Definition at line 157 of file NamespacesHandler.hpp.

Member Function Documentation

◆ getResultAttributeName()

const XalanDOMString& 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 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:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo