#include <OutputContextStack.hpp>
Classes | |
struct | OutputContext |
Public Types | |
typedef XalanDeque< OutputContext, ConstructWithMemoryManagerTraits< OutputContext > > | OutputContextStackType |
typedef OutputContextStackType::size_type | size_type |
Public Member Functions | |
OutputContextStack (MemoryManager &theManager) | |
~OutputContextStack () | |
void | pushContext (FormatterListener *theListener=0) |
void | popContext () |
FormatterListener * | getFormatterListener () const |
FormatterListener *& | getFormatterListener () |
const AttributeListImpl & | getPendingAttributes () const |
AttributeListImpl & | getPendingAttributes () |
const XalanDOMString & | getPendingElementName () const |
XalanDOMString & | getPendingElementName () |
const bool & | getHasPendingStartDocument () const |
bool & | getHasPendingStartDocument () |
const bool & | getMustFlushPendingStartDocument () const |
bool & | getMustFlushPendingStartDocument () |
size_type | size () const |
bool | empty () const |
void | clear () |
void | reset () |
Definition at line 49 of file OutputContextStack.hpp.
typedef XalanDeque<OutputContext, ConstructWithMemoryManagerTraits<OutputContext> > OutputContextStack::OutputContextStackType |
Definition at line 104 of file OutputContextStack.hpp.
typedef OutputContextStackType::size_type OutputContextStack::size_type |
Definition at line 106 of file OutputContextStack.hpp.
|
explicit |
OutputContextStack::~OutputContextStack | ( | ) |
void OutputContextStack::clear | ( | ) |
|
inline |
Definition at line 190 of file OutputContextStack.hpp.
|
inline |
Definition at line 120 of file OutputContextStack.hpp.
|
inline |
Definition at line 126 of file OutputContextStack.hpp.
|
inline |
Definition at line 156 of file OutputContextStack.hpp.
|
inline |
Definition at line 162 of file OutputContextStack.hpp.
|
inline |
Definition at line 168 of file OutputContextStack.hpp.
|
inline |
Definition at line 174 of file OutputContextStack.hpp.
|
inline |
Definition at line 132 of file OutputContextStack.hpp.
|
inline |
Definition at line 138 of file OutputContextStack.hpp.
|
inline |
Definition at line 144 of file OutputContextStack.hpp.
|
inline |
Definition at line 150 of file OutputContextStack.hpp.
void OutputContextStack::popContext | ( | ) |
void OutputContextStack::pushContext | ( | FormatterListener * | theListener = 0 | ) |
void OutputContextStack::reset | ( | ) |
|
inline |
Definition at line 180 of file OutputContextStack.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|