Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | List of all members
NamespacesHandler::NamespaceExtended Class Reference
Inheritance diagram for NamespacesHandler::NamespaceExtended:
NamespacesHandler::Namespace

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Retrieve the name of the result attribute.

Returns
name string
void NamespacesHandler::NamespaceExtended::setResultAttributeName ( const XalanDOMString name)

Set the name of the result attribute.

Parameters
nameThe new name value

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.

dot

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

Apache Logo