Definition in file bxml_read.cxx.
#include "bxml_read.h"
#include <vcl_deque.h>
#include <vcl_utility.h>
#include <vcl_fstream.h>
#include <vcl_cassert.h>
#include <expatpplib.h>
Go to the source code of this file.
Classes | |
| class | bxml_stream_read::pimpl |
Functions | |
| bxml_document | bxml_read (const vcl_string &filepath) |
Read the entire contents of filepath into an XML document class. | |
| bxml_document | bxml_read (vcl_istream &is) |
Read the entire data stream is into an XML document class. | |
| bxml_document bxml_read | ( | vcl_istream & | is | ) |
Read the entire data stream is into an XML document class.
Definition at line 128 of file bxml_read.cxx.
| bxml_document bxml_read | ( | const vcl_string & | filepath | ) |
Read the entire contents of filepath into an XML document class.
Definition at line 120 of file bxml_read.cxx.
| vcl_deque<vcl_pair<bxml_data_sptr,unsigned int> > complete_ |
Definition at line 38 of file bxml_read.cxx.
Definition at line 39 of file bxml_read.cxx.
| bool online_mode_ |
Definition at line 36 of file bxml_read.cxx.
| vcl_vector<bxml_data_sptr> stack_ |
Definition at line 37 of file bxml_read.cxx.
1.5.1