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  

ResultNamespacesStack Class Reference

#include <ResultNamespacesStack.hpp>

List of all members.

Public Types

Public Methods


Member Typedef Documentation

typedef std::vector<bool> ResultNamespacesStack::BoolVectorType
 

typedef QName::NamespaceVectorType ResultNamespacesStack::NamespaceVectorType
 

typedef QName::NamespacesStackType ResultNamespacesStack::NamespacesStackType
 

typedef NamespacesStackType::size_type ResultNamespacesStack::size_type
 


Constructor & Destructor Documentation

ResultNamespacesStack::ResultNamespacesStack ( ) [explicit]
 

ResultNamespacesStack::~ResultNamespacesStack ( )
 


Member Function Documentation

void ResultNamespacesStack::addDeclaration ( const XalanDOMString & thePrefix,
const XalanDOMString & theNamespaceURI )
 

void ResultNamespacesStack::clear ( )
 

const XalanDOMString& ResultNamespacesStack::getNamespaceForPrefix ( const XalanDOMString & thePrefix ) const
 

const XalanDOMString& ResultNamespacesStack::getPrefixForNamespace ( const XalanDOMString & theNamespaceURI ) const
 

void ResultNamespacesStack::popContext ( )
 

bool ResultNamespacesStack::prefixIsPresentLocal ( const XalanDOMString & thePrefix )
 

See if the prefix has been mapped to a namespace in the current context, without looking down the stack of namespaces.

void ResultNamespacesStack::pushContext ( )
 

size_type ResultNamespacesStack::size ( ) const []
 


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.