Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Static Protected Attributes | List of all members
NamespacesHandler::Namespace Class Reference

#include <NamespacesHandler.hpp>

Inherited by NamespacesHandler::NamespaceExtended.

Public Member Functions

 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...
 

Static Protected Attributes

static const XalanDOMString s_emptyString
 

Detailed Description

Definition at line 70 of file NamespacesHandler.hpp.

Constructor & Destructor Documentation

◆ Namespace() [1/2]

NamespacesHandler::Namespace::Namespace ( )
inline

Definition at line 74 of file NamespacesHandler.hpp.

◆ Namespace() [2/2]

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

Definition at line 80 of file NamespacesHandler.hpp.

Member Function Documentation

◆ getPrefix()

const XalanDOMString& NamespacesHandler::Namespace::getPrefix ( ) const
inline

Retrieve the prefix for namespace.

Returns
prefix string

Definition at line 94 of file NamespacesHandler.hpp.

◆ getURI()

const XalanDOMString& NamespacesHandler::Namespace::getURI ( ) const
inline

Retrieve the URI for namespace.

Returns
URI string

Definition at line 118 of file NamespacesHandler.hpp.

◆ setPrefix()

void NamespacesHandler::Namespace::setPrefix ( const XalanDOMString prefix)
inline

Set the prefix for namespace.

Parameters
prefixThe new prefix value

Definition at line 107 of file NamespacesHandler.hpp.

◆ setURI()

void NamespacesHandler::Namespace::setURI ( const XalanDOMString uri)
inline

Set the URI for namespace.

Parameters
uriThe new uri value

Definition at line 131 of file NamespacesHandler.hpp.

Member Data Documentation

◆ s_emptyString

const XalanDOMString NamespacesHandler::Namespace::s_emptyString
staticprotected

Definition at line 138 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