Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Public Attributes | List of all members
OutputContextStack::OutputContext Struct Reference

#include <OutputContextStack.hpp>

Public Member Functions

 OutputContext (MemoryManager &theManager, FormatterListener *theListener=0)
 
 OutputContext (const OutputContext &other, MemoryManager &theManager)
 
 ~OutputContext ()
 
void reset ()
 

Public Attributes

FormatterListenerm_flistener
 
AttributeListImpl m_pendingAttributes
 
XalanDOMString m_pendingElementName
 
bool m_hasPendingStartDocument
 
bool m_mustFlushPendingStartDocument
 

Detailed Description

Definition at line 53 of file OutputContextStack.hpp.

Constructor & Destructor Documentation

◆ OutputContext() [1/2]

OutputContextStack::OutputContext::OutputContext ( MemoryManager &  theManager,
FormatterListener theListener = 0 
)
inline

Definition at line 55 of file OutputContextStack.hpp.

◆ OutputContext() [2/2]

OutputContextStack::OutputContext::OutputContext ( const OutputContext other,
MemoryManager &  theManager 
)
inline

Definition at line 65 of file OutputContextStack.hpp.

◆ ~OutputContext()

OutputContextStack::OutputContext::~OutputContext ( )
inline

Definition at line 75 of file OutputContextStack.hpp.

Member Function Documentation

◆ reset()

void OutputContextStack::OutputContext::reset ( )
inline

Definition at line 80 of file OutputContextStack.hpp.

Member Data Documentation

◆ m_flistener

FormatterListener* OutputContextStack::OutputContext::m_flistener

Definition at line 93 of file OutputContextStack.hpp.

◆ m_hasPendingStartDocument

bool OutputContextStack::OutputContext::m_hasPendingStartDocument

Definition at line 99 of file OutputContextStack.hpp.

◆ m_mustFlushPendingStartDocument

bool OutputContextStack::OutputContext::m_mustFlushPendingStartDocument

Definition at line 101 of file OutputContextStack.hpp.

◆ m_pendingAttributes

AttributeListImpl OutputContextStack::OutputContext::m_pendingAttributes

Definition at line 95 of file OutputContextStack.hpp.

◆ m_pendingElementName

XalanDOMString OutputContextStack::OutputContext::m_pendingElementName

Definition at line 97 of file OutputContextStack.hpp.


The documentation for this struct 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++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo