#include "bxml_read.h"#include <vcl_deque.h>#include <vcl_utility.h>#include <vcl_fstream.h>#include <vcl_cassert.h>#include <vul/vul_file.h>#include <expatpp.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. | |
Definition in 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 123 of file bxml_read.cxx.
| bxml_document bxml_read | ( | vcl_istream & | is | ) |
Read the entire data stream is into an XML document class.
Definition at line 133 of file bxml_read.cxx.
1.7.5.1