accessAttribute(t_ACCESSOR &accessor, int id) const | balxml::DecoderOptions | |
accessAttribute(t_ACCESSOR &accessor, const char *name, int nameLength) const | balxml::DecoderOptions | |
accessAttributes(t_ACCESSOR &accessor) const | balxml::DecoderOptions | |
ATTRIBUTE_ID_FORMATTING_MODE enum value | balxml::DecoderOptions | |
ATTRIBUTE_ID_MAX_DEPTH enum value | balxml::DecoderOptions | |
ATTRIBUTE_ID_SKIP_UNKNOWN_ELEMENTS enum value | balxml::DecoderOptions | |
ATTRIBUTE_ID_VALIDATE_INPUT_IS_UTF8 enum value | balxml::DecoderOptions | |
ATTRIBUTE_ID_VALIDATE_ROOT_TAG enum value | balxml::DecoderOptions | |
ATTRIBUTE_INDEX_FORMATTING_MODE enum value | balxml::DecoderOptions | |
ATTRIBUTE_INDEX_MAX_DEPTH enum value | balxml::DecoderOptions | |
ATTRIBUTE_INDEX_SKIP_UNKNOWN_ELEMENTS enum value | balxml::DecoderOptions | |
ATTRIBUTE_INDEX_VALIDATE_INPUT_IS_UTF8 enum value | balxml::DecoderOptions | |
ATTRIBUTE_INDEX_VALIDATE_ROOT_TAG enum value | balxml::DecoderOptions | |
ATTRIBUTE_INFO_ARRAY | balxml::DecoderOptions | static |
CLASS_NAME | balxml::DecoderOptions | static |
DecoderOptions() | balxml::DecoderOptions | |
DecoderOptions(const DecoderOptions &original) | balxml::DecoderOptions | |
DEFAULT_INITIALIZER_FORMATTING_MODE | balxml::DecoderOptions | static |
DEFAULT_INITIALIZER_MAX_DEPTH | balxml::DecoderOptions | static |
DEFAULT_INITIALIZER_SKIP_UNKNOWN_ELEMENTS | balxml::DecoderOptions | static |
DEFAULT_INITIALIZER_VALIDATE_INPUT_IS_UTF8 | balxml::DecoderOptions | static |
DEFAULT_INITIALIZER_VALIDATE_ROOT_TAG | balxml::DecoderOptions | static |
formattingMode() const | balxml::DecoderOptions | inline |
lookupAttributeInfo(int id) | balxml::DecoderOptions | static |
lookupAttributeInfo(const char *name, int nameLength) | balxml::DecoderOptions | static |
manipulateAttribute(t_MANIPULATOR &manipulator, int id) | balxml::DecoderOptions | |
manipulateAttribute(t_MANIPULATOR &manipulator, const char *name, int nameLength) | balxml::DecoderOptions | |
manipulateAttributes(t_MANIPULATOR &manipulator) | balxml::DecoderOptions | |
maxDepth() const | balxml::DecoderOptions | inline |
NUM_ATTRIBUTES enum value | balxml::DecoderOptions | |
operator=(const DecoderOptions &rhs) | balxml::DecoderOptions | |
print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) const | balxml::DecoderOptions | |
reset() | balxml::DecoderOptions | |
setFormattingMode(int value) | balxml::DecoderOptions | inline |
setMaxDepth(int value) | balxml::DecoderOptions | inline |
setSkipUnknownElements(bool value) | balxml::DecoderOptions | inline |
setValidateInputIsUtf8(bool value) | balxml::DecoderOptions | inline |
setValidateRootTag(bool value) | balxml::DecoderOptions | inline |
skipUnknownElements() const | balxml::DecoderOptions | inline |
validateInputIsUtf8() const | balxml::DecoderOptions | inline |
validateRootTag() const | balxml::DecoderOptions | inline |
~DecoderOptions() | balxml::DecoderOptions | |