Open the reader to decode XML from the specified stream buffer.
Synopsis
Declared in <balxml_decoder.h>
int
open(
std::streambuf* buffer,
char const* uri = 0);
Description
Open the associated Reader object (see Reader::open) to read XML data from the specified stream buffer. The (optionally) specified uri is used for identifying the input document in error messages. Return 0 on success and non‐zero otherwise.
Return Value
0 on success and non‐zero otherwise
Parameters
Name |
Description |
buffer |
buffer providing XML data |
uri |
optional URI identifying the input document in error messages |
Created with MrDocs