Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Classes | Public Types | Public Member Functions | List of all members
OutputContextStack Class Reference

Classes

struct  OutputContext
 

Public Types

typedef XalanDeque
< OutputContext,
ConstructWithMemoryManagerTraits
< OutputContext > > 
OutputContextStackType
 
typedef
OutputContextStackType::size_type 
size_type
 

Public Member Functions

 OutputContextStack (MemoryManagerType &theManager)
 
 ~OutputContextStack ()
 
void pushContext (FormatterListener *theListener=0)
 
void popContext ()
 
FormatterListenergetFormatterListener () const
 
FormatterListener *& getFormatterListener ()
 
const AttributeListImplgetPendingAttributes () const
 
AttributeListImplgetPendingAttributes ()
 
const XalanDOMStringgetPendingElementName () const
 
XalanDOMStringgetPendingElementName ()
 
const bool & getHasPendingStartDocument () const
 
bool & getHasPendingStartDocument ()
 
const bool & getMustFlushPendingStartDocument () const
 
bool & getMustFlushPendingStartDocument ()
 
size_type size () const
 
bool empty () const
 
void clear ()
 
void reset ()
 

Member Typedef Documentation

Constructor & Destructor Documentation

OutputContextStack::OutputContextStack ( MemoryManagerType theManager)
explicit
OutputContextStack::~OutputContextStack ( )

Member Function Documentation

void OutputContextStack::clear ( )
bool OutputContextStack::empty ( ) const
FormatterListener* OutputContextStack::getFormatterListener ( ) const
FormatterListener*& OutputContextStack::getFormatterListener ( )
const bool& OutputContextStack::getHasPendingStartDocument ( ) const
bool& OutputContextStack::getHasPendingStartDocument ( )
const bool& OutputContextStack::getMustFlushPendingStartDocument ( ) const
bool& OutputContextStack::getMustFlushPendingStartDocument ( )
const AttributeListImpl& OutputContextStack::getPendingAttributes ( ) const
AttributeListImpl& OutputContextStack::getPendingAttributes ( )
const XalanDOMString& OutputContextStack::getPendingElementName ( ) const
XalanDOMString& OutputContextStack::getPendingElementName ( )
void OutputContextStack::popContext ( )
void OutputContextStack::pushContext ( FormatterListener theListener = 0)
void OutputContextStack::reset ( )
size_type OutputContextStack::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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo