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  

PrefixResolver Class Reference

This class defines an interface for classes that resolve namespace prefixes to their URIs. More...

#include <PrefixResolver.hpp>

Inheritance diagram for PrefixResolver

Inheritance graph

[legend]
List of all members.

Public Methods


Detailed Description

This class defines an interface for classes that resolve namespace prefixes to their URIs.


Constructor & Destructor Documentation

PrefixResolver::PrefixResolver ( )
 

virtual PrefixResolver::~PrefixResolver ( ) [virtual]
 

PrefixResolver::PrefixResolver ( )
 

PrefixResolver::PrefixResolver ( const PrefixResolver & )
 

virtual PrefixResolver::~PrefixResolver ( ) [virtual]
 


Member Function Documentation

const XalanDOMString * PrefixResolver::getNamespaceForPrefix ( const XalanDOMString & prefix ) const [pure virtual]
 

Retrieve a namespace corresponding to a prefix.

This assumes that the PrevixResolver hold's its own namespace context, or is a namespace context itself.

Parameters:
prefix   Prefix to resolve
Returns:
namespace that prefix resolves to, or null if prefix is not found

Reimplemented in ElemTemplateElement, ElementPrefixResolverProxy, Stylesheet, and XSLTEngineImpl.

const XalanDOMString * PrefixResolver::getNamespaceForPrefix ( const XalanDOMString & prefix ) const [pure virtual]
 

Retrieve a namespace corresponding to a prefix.

This assumes that the PrevixResolver hold's its own namespace context, or is a namespace context itself.

Parameters:
prefix   Prefix to resolve
Returns:
namespace that prefix resolves to, or null if prefix is not found

Reimplemented in ElemTemplateElement, ElementPrefixResolverProxy, Stylesheet, and XSLTEngineImpl.

const XalanDOMString & PrefixResolver::getURI ( ) const [pure virtual]
 

Retrieve the base URI for the resolver.

Returns:
URI string

Reimplemented in ElemTemplateElement, ElementPrefixResolverProxy, Stylesheet, and XSLTEngineImpl.

const XalanDOMString & PrefixResolver::getURI ( ) const [pure virtual]
 

Retrieve the base URI for the resolver.

Returns:
URI string

Reimplemented in ElemTemplateElement, ElementPrefixResolverProxy, Stylesheet, and XSLTEngineImpl.


The documentation for this class was generated from the following files:

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.