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 () |
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 () |
typedef XalanDeque<OutputContext, ConstructWithMemoryManagerTraits<OutputContext> > OutputContextStack::OutputContextStackType |
|
explicit |
OutputContextStack::~OutputContextStack | ( | ) |
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 |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|