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  

XalanQNameByValue Class Reference

#include <XalanQNameByValue.hpp>

Inheritance diagram for XalanQNameByValue

Inheritance graph

[legend]
Collaboration diagram for XalanQNameByValue:

Collaboration graph

[legend]
List of all members.

Public Methods


Constructor & Destructor Documentation

XalanQNameByValue::XalanQNameByValue ( ) [explicit]
 

Construct an empty XalanQNameByValue.

XalanQNameByValue::XalanQNameByValue ( const XalanQNameByValue & theSource )
 

Copy constructor.

Parameters:
theSource   The source of the copy.

XalanQNameByValue::XalanQNameByValue ( const XalanQName & theSource ) [explicit]
 

Construct an instance from another XalanQName.

Parameters:
theSource   The source of the copy.

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

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

Parameters:
theNamespace   namespace string
theLocalPart   local part string

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

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

The default namespace is not resolved.

Parameters:
qname   XalanQName string
namespaces   namespace vector stack to use

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

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

The default namespace is not resolved.

Parameters:
qname   XalanQName string
namespaces   namespace vector stack to use

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

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

The default namespace is not resolved.

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

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

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

The default namespace is not resolved.

Parameters:
qname   XalanQName string
theResolver   prefix resolver to use

virtual XalanQNameByValue::~XalanQNameByValue ( ) [virtual]
 


Member Function Documentation

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

Retrieve the local part of qualified name.

Returns:
local part string

Reimplemented from XalanQName.

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

Retrieve the namespace of qualified name.

Returns:
namespace string

Reimplemented from XalanQName.


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.