Decoder_StdStringContext [constructor] | Create a proxy context for decoding a bsl::string using the specified formattingMode. |
~Decoder_StdStringContext [destructor] [virtual] | Destroy this string parsing context. |
addCharacters [virtual] | Process the specified character data chars of the specified length while decoding a bsl::string element. Return 0 on success and a non-zero value otherwise. |
beginParse | Invoked when the decoder begins parsing. Return 0 on success, and a non-zero value otherwise. |
endElement [virtual] | Invoked when the decoder finishes parsing an element. Return 0 on success, and a non-zero value otherwise. |
parseAttribute [virtual] | Invoked when the decoder encounters an attribute. Return 0 on success, and a non-zero value otherwise. |
parseSubElement [virtual] | Invoked when the decoder encounters a sub-element. Return 0 on success, and a non-zero value otherwise. |
startElement [virtual] | Invoked when the decoder begins parsing an element. Return 0 on success, and a non-zero value otherwise. |