Create a parser for the visited object.

Synopsis

Declared in <balxml_decoder.h>

Decoder_ParseObject(
    Decoder* decoder,
    char const* elementName,
    std::size_t lenName);

Parameters

Name

Description

decoder

decoder driving the parse

elementName

name of the element being parsed

lenName

length of elementName

Created with MrDocs