COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Declared in <balxml_decoder.h>
template<
class TYPE,
class PARSER>
class Decoder_PushParserContext
: public Decoder_ElementContext
Context for types that use one of the following push parsers: ` o Base64Parser o HexParser o Decoder_ListParser `
| Name | Description |
|---|---|
Decoder_ElementContext | COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. |
| Name | Description |
|---|---|
Decoder_PushParserContext [constructor] | Create a push-parser 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. |