|
BDE 4.14.0 Production release
|
This is the complete list of members for balxml::Formatter, including all inherited members.
| addAttribute(const bsl::string_view &name, const TYPE &value, int formattingMode=0) | balxml::Formatter | |
| addBlankLine() | balxml::Formatter | inline |
| addComment(const bsl::string_view &comment, bool forceNewline=true) | balxml::Formatter | |
| addData(const TYPE &value, int formattingMode=0) | balxml::Formatter | |
| addElementAndData(const bsl::string_view &name, const TYPE &value, int formattingMode=0) | balxml::Formatter | |
| addHeader(const bsl::string_view &encoding="UTF-8") | balxml::Formatter | |
| addListData(const TYPE &value, int formattingMode=0) | balxml::Formatter | |
| addNewline() | balxml::Formatter | inline |
| addValidComment(const bsl::string_view &comment, bool forceNewline=true, bool omitEnclosingWhitespace=false) | balxml::Formatter | |
| BAEXML_NEWLINE_INDENT | balxml::Formatter | static |
| closeElement(const bsl::string_view &name) | balxml::Formatter | |
| e_NEWLINE_INDENT | balxml::Formatter | static |
| e_PRESERVE_WHITESPACE | balxml::Formatter | static |
| e_WORDWRAP | balxml::Formatter | static |
| e_WORDWRAP_INDENT | balxml::Formatter | static |
| encoderOptions() const | balxml::Formatter | inline |
| flush() | balxml::Formatter | inline |
| Formatter(bsl::streambuf *output, int indentLevel=0, int spacesPerLevel=4, int wrapColumn=80, bslma::Allocator *basicAllocator=0) | balxml::Formatter | |
| Formatter(bsl::ostream &output, int indentLevel=0, int spacesPerLevel=4, int wrapColumn=80, bslma::Allocator *basicAllocator=0) | balxml::Formatter | |
| Formatter(bsl::streambuf *output, const EncoderOptions &encoderOptions, int indentLevel=0, int spacesPerLevel=4, int wrapColumn=80, bslma::Allocator *basicAllocator=0) | balxml::Formatter | |
| Formatter(bsl::ostream &output, const EncoderOptions &encoderOptions, int indentLevel=0, int spacesPerLevel=4, int wrapColumn=80, bslma::Allocator *basicAllocator=0) | balxml::Formatter | |
| indentLevel() const | balxml::Formatter | inline |
| openElement(const bsl::string_view &name, WhitespaceType whitespaceMode=e_PRESERVE_WHITESPACE) | balxml::Formatter | |
| outputColumn() const | balxml::Formatter | inline |
| rawOutputStream() | balxml::Formatter | inline |
| reset() | balxml::Formatter | |
| spacesPerLevel() const | balxml::Formatter | inline |
| status() const | balxml::Formatter | inline |
| WhitespaceType typedef | balxml::Formatter | |
| wrapColumn() const | balxml::Formatter | inline |