#include <BxBinxFileReader.h>
Inheritance diagram for BxBinxFileReader:

Public Member Functions | |
| BxBinxFileReader () | |
| BxBinxFileReader (const char *filename) | |
|
|
Default constructor. Constructs an instance of the class BxBinxFileReader. The newly constructed instance encapsulates the root of a BinX dataset (as an instance of the class BxDataSet) Default attribute values inherited from the base class BxBinxFile are assigned as follows:
path_ = NULL;
bfile_ = NULL;
dom_ = NULL;
|
|
|
Construct an object to open, read, parse, and store the parsed result from an existing BinX document file. Constructs an instance of the class BxBinxFileReader to operate on a specified BinX document file. The specified file name must identify a local file containing a BinX XML document. The contents of the document file will be parsed and the results stored in this newly constructed object.
|
1.3.3