Create an attribute parser for the specified name and value.
Declared in <balxml_decoder.h>
Decoder_ParseAttribute(
Decoder* decoder,
char const* name,
char const* value,
std::size_t lengthValue);
| Name | Description |
|---|---|
| decoder | decoder used for error reporting |
| name | attribute name |
| value | attribute value text |
| lengthValue | length of value |