#include <XalanIndentWriter.hpp>
Public Types | |
typedef FormatterListener::size_type | size_type |
typedef XalanVector< bool > | BoolStackType |
typedef WhiteSpaceWriter::writer_type | writer_type |
Public Member Functions | |
XalanIndentWriter (writer_type &writer, size_type ident) | |
~XalanIndentWriter () | |
void | setIndent (size_type value) |
size_type | getIndent () const |
void | indent () |
void | increaseIndent () |
void | decreaseIndent () |
void | setStartNewLine (bool value) |
void | outputLineSep () |
Output a line break. More... | |
void | setPrevText (bool value) |
void | setPreserve (bool value) |
void | pop_preserve () |
void | push_preserve () |
Definition at line 37 of file XalanIndentWriter.hpp.
typedef XalanVector<bool> XalanIndentWriter< WhiteSpaceWriter, NewLineWriter >::BoolStackType |
Definition at line 42 of file XalanIndentWriter.hpp.
typedef FormatterListener::size_type XalanIndentWriter< WhiteSpaceWriter, NewLineWriter >::size_type |
Definition at line 41 of file XalanIndentWriter.hpp.
typedef WhiteSpaceWriter::writer_type XalanIndentWriter< WhiteSpaceWriter, NewLineWriter >::writer_type |
Definition at line 43 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 45 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 60 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 99 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 72 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 93 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 78 of file XalanIndentWriter.hpp.
|
inline |
Output a line break.
Definition at line 116 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 134 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 149 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 66 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 128 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 122 of file XalanIndentWriter.hpp.
|
inline |
Definition at line 107 of file XalanIndentWriter.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|