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