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  

QNameByValue Class Reference

#include <QNameByValue.hpp>

Inheritance diagram for QNameByValue

Inheritance graph

[legend]
Collaboration diagram for QNameByValue:

Collaboration graph

[legend]
List of all members.

Public Methods


Constructor & Destructor Documentation

QNameByValue::QNameByValue ( ) [explicit]
 

Construct an empty QNameByValue.

QNameByValue::QNameByValue ( const QNameByValue & theSource )
 

Copy constructor.

Parameters:
theSource   The source of the copy.

QNameByValue::QNameByValue ( const QName & theSource ) [explicit]
 

Construct an instance from another QName.

Parameters:
theSource   The source of the copy.

QNameByValue::QNameByValue ( const XalanDOMString & qname,
const XalanDOMString & theLocalPart )
 

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

Parameters:
theNamespace   namespace string
theLocalPart   local part string

QNameByValue::QNameByValue ( const XalanDOMString & qname,
const NamespacesStackType & namespaces )
 

Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.

The default namespace is not resolved.

Parameters:
qname   QName string
namespaces   namespace vector stack to use

QNameByValue::QNameByValue ( const XalanDOMChar * qname,
const NamespacesStackType & namespaces )
 

Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.

The default namespace is not resolved.

Parameters:
qname   QName string
namespaces   namespace vector stack to use

QNameByValue::QNameByValue ( const XalanDOMString & qname,
const XalanElement * namespaceContext,
const XPathEnvSupport & envSupport,
const DOMSupport & domSupport )
 

Construct a QNameByValue from a string, resolving the prefix using the given namespace context.

The default namespace is not resolved.

Parameters:
qname   QName string
namespaceContext   context object for namespace resolution
envSupport   XPathEnvSupport class instance
domSupport   DOMSupport class instance

QNameByValue::QNameByValue ( const XalanDOMString & qname,
const PrefixResolver & theResolver )
 

Construct a QNameByValue from a string, resolving the prefix using the given prefix resolver.

The default namespace is not resolved.

Parameters:
qname   QName string
theResolver   prefix resolver to use

virtual QNameByValue::~QNameByValue ( ) [virtual]
 


Member Function Documentation

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

Retrieve the local part of qualified name.

Returns:
local part string

Reimplemented from QName.

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