Prepare the parser to start parsing a new value and associate the specified object with the parser.
Declared in <balxml_hexparser.h>
int
beginParse(TYPE* object);
0 if successful, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | object to receive the parsed value |