Open the associated Reader object (see Reader::open) to read XML data from the specified stream. The (optionally) specified uri is used for identifying the input document in error messages. Return 0 on success and non‐zero otherwise.

Synopsis

Declared in <balxml_decoder.h>

int
open(
    std::istream& stream,
    char const* uri = 0);

Created with MrDocs