Invoked when the decoder encounters an attribute.
Declared in <balxml_decoder.h>
virtual
int
parseAttribute(
char const* name,
char const* value,
std::size_t lenValue,
Decoder* decoder) override;
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| name | attribute name |
| value | attribute value text |
| lenValue | length of value |
| decoder | decoder driving the parse |