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
Name |
Description |
COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. |
Member Functions
Name |
Description |
|
Create a simple‐type parsing context for the specified |
|
Process the specified character data while decoding. Return 0 on success, and a non‐zero value otherwise. |
Invoked when the decoder begins parsing. Return 0 on success, and a non‐zero value otherwise. |
|
|
Invoked when the decoder finishes parsing an element. Return 0 on success, and a non‐zero value otherwise. |
|
Invoked when the decoder encounters an attribute of a simple‐type element. Return 0 on success, and a non‐zero value otherwise. |
|
Invoked when the decoder encounters a sub‐element. Return 0 on success, and a non‐zero value otherwise. |
|
Invoked when the decoder begins parsing a simple‐type element. Return 0 on success, and a non‐zero value otherwise. |
Created with MrDocs