Main Page | Class Hierarchy | Compound List | File List | Compound Members

BxBinxFileReader Class Reference

Class to read and parse an exsiting BinX document file. More...

#include <BxBinxFileReader.h>

Inheritance diagram for BxBinxFileReader:

BxBinxFile BxObject List of all members.

Public Member Functions

 BxBinxFileReader ()
 BxBinxFileReader (const char *filename)

Detailed Description

This class inherits methods for reading and parsing from its base class BxBinxFile. The constructor for this class accepts an input file name identifying the BinX document file to be read and parsed.
Use Example:
BxBinxFileReader * pReader = new BxBinxFileReader("filename.xml");
Since: BinX version 1.0.


Constructor & Destructor Documentation

BxBinxFileReader::BxBinxFileReader  ) 
 

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;
   
Note that no external Binx document file is associated with this object. Use the constructor BxBinxFileReader(const char * filename) to construct an object to open and parse an existing BinX document file.

BxBinxFileReader::BxBinxFileReader const char *  filename  ) 
 

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.

Parameters:
filename A pointer to the name of the BinX document file.


The documentation for this class was generated from the following files:
Generated on Fri May 6 13:36:18 2005 for edikt::BinX by doxygen 1.3.3