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  

NamespaceResolver Class Reference

#include <NamespaceResolver.hpp>

List of all members.

Public Types

Public Methods

Protected Types

Protected Methods

Protected Attributes


Member Typedef Documentation

typedef std::map<const XalanNode*, NSInfo> NamespaceResolver::NSInfoMapType
 


Member Enumeration Documentation

anonymous enum [protected]
 

Enumeration values:
eDefaultVectorSize  


Constructor & Destructor Documentation

NamespaceResolver::NamespaceResolver ( )
 

virtual NamespaceResolver::~NamespaceResolver ( ) [virtual]
 


Member Function Documentation

const XalanDOMString & NamespaceResolver::getNamespaceOfNode ( const XalanNode & theNode ) const [virtual]
 

Retrieves the namespace corresponding to a DOM node.

Parameters:
theNode   DOM node
Returns:
namespace of 'theNode'

virtual void NamespaceResolver::reset ( ) [virtual]
 

void NamespaceResolver::updateNamespace ( const XalanNode * theNode,
const NSInfo & theNamespace ) const [protected]
 


Member Data Documentation

NSInfoMapType NamespaceResolver::m_NSInfos [mutable, protected]
 


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.