contrib/brl/bbas/bxml/bxml_read.cxx File Reference


Detailed Description

Author:
Matt Leotta

Date:
October 5, 2006

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.

Function Documentation

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.


Variable Documentation

vcl_deque<vcl_pair<bxml_data_sptr,unsigned int> > complete_

Definition at line 38 of file bxml_read.cxx.

bxml_document document_

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.


Generated on Sat Oct 11 05:20:28 2008 for contrib/brl/bbas/bxml by  doxygen 1.5.1