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