Create a parser for the visited object.
Declared in <balxml_decoder.h>
Decoder_ParseObject(
Decoder* decoder,
char const* elementName,
std::size_t lenName);
| Name | Description |
|---|---|
| decoder | decoder driving the parse |
| elementName | name of the element being parsed |
| lenName | length of elementName |