Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

QNameByReference Class Reference

#include <QNameByReference.hpp>

Inheritance diagram for QNameByReference

Inheritance graph

[legend]
Collaboration diagram for QNameByReference:

Collaboration graph

[legend]
List of all members.

Public Methods


Constructor & Destructor Documentation

QNameByReference::QNameByReference ( ) [explicit]
 

Construct an empty QNameByReference.

QNameByReference::QNameByReference ( const XalanDOMString & theNamespace,
const XalanDOMString & theLocalPart )
 

Construct a QNameByReference, with the supplied namespace and local part.

The instance keeps only a _reference_ to the string, to avoid making a copy.

Parameters:
theNamespace   namespace string
theLocalPart   local part string

QNameByReference::QNameByReference ( const QName & theQName )
 

Construct a QNameByReference, from the supplied QName.

The instance keeps only a _reference_ to the string, to avoid making a copy.

Parameters:
theQName   The source QName

virtual QNameByReference::~QNameByReference ( ) [virtual]
 


Member Function Documentation

const XalanDOMString & QNameByReference::getLocalPart ( ) const [virtual]
 

Retrieve the local part of qualified name.

Returns:
local part string

Reimplemented from QName.

const XalanDOMString & QNameByReference::getNamespace ( ) const [virtual]
 

Retrieve the namespace of qualified name.

Returns:
namespace string

Reimplemented from QName.


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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.