BloombergLP::balxml::Decoder::open

Open the reader to decode XML from the file with the specified filename.

Synopsis

Declared in <balxml_decoder.h>

int
open(char const* filename);

Description

Open the associated Reader object (see Reader::open) to read XML data from the file with the specified filename. Return 0 on success and non-zero otherwise.

Return Value

0 on success and non-zero otherwise

Parameters

NameDescription
filenamepath of the XML file to open