BloombergLP::balxml::Decoder_SimpleContext

COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.

Synopsis

Declared in <balxml_decoder.h>

template<class TYPE>
class Decoder_SimpleContext
    : public Decoder_ElementContext

Description

Context for simple types (uses TypesParserUtil).

Base Classes

NameDescription
Decoder_ElementContextCOMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.

Member Functions

NameDescription
Decoder_SimpleContext [constructor]Create a simple-type parsing context for the specified object.
addCharacters [virtual]Process the specified character data while decoding.
beginParse Invoked when the decoder begins parsing.
endElement [virtual]Invoked when the decoder finishes parsing an element.
parseAttribute [virtual]Invoked when the decoder encounters an attribute.
parseSubElement [virtual]Invoked when the decoder encounters a sub-element.
startElement [virtual]Invoked when the decoder begins parsing an element.