Xalan-C++ API Reference  1.12.0
Public Member Functions | Public Attributes | List of all members
xalanc::OutputContextStack::OutputContext Struct Reference

#include <xalanc/XSLT/OutputContextStack.hpp>

Collaboration diagram for xalanc::OutputContextStack::OutputContext:
[legend]

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]

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

Definition at line 55 of file OutputContextStack.hpp.

◆ OutputContext() [2/2]

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

Definition at line 65 of file OutputContextStack.hpp.

◆ ~OutputContext()

xalanc::OutputContextStack::OutputContext::~OutputContext ( )
inline

Definition at line 75 of file OutputContextStack.hpp.

Member Function Documentation

◆ reset()

void xalanc::OutputContextStack::OutputContext::reset ( )
inline

Definition at line 80 of file OutputContextStack.hpp.

Member Data Documentation

◆ m_flistener

FormatterListener* xalanc::OutputContextStack::OutputContext::m_flistener

Definition at line 93 of file OutputContextStack.hpp.

◆ m_hasPendingStartDocument

bool xalanc::OutputContextStack::OutputContext::m_hasPendingStartDocument

Definition at line 99 of file OutputContextStack.hpp.

◆ m_mustFlushPendingStartDocument

bool xalanc::OutputContextStack::OutputContext::m_mustFlushPendingStartDocument

Definition at line 101 of file OutputContextStack.hpp.

◆ m_pendingAttributes

AttributeListImpl xalanc::OutputContextStack::OutputContext::m_pendingAttributes

Definition at line 95 of file OutputContextStack.hpp.

◆ m_pendingElementName

XalanDOMString xalanc::OutputContextStack::OutputContext::m_pendingElementName

Definition at line 97 of file OutputContextStack.hpp.


The documentation for this struct was generated from the following file: