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


Detailed Description

functions to parse XML documents

Author:
Matt Leotta (Brown)
Date:
October 5, 2006
    Modifications
     <none yet>
   

Definition in file bxml_read.h.

#include "bxml_document.h"
#include <vcl_iostream.h>

Go to the source code of this file.


Classes

class  bxml_stream_read
 Read an XML stream one element at a time. More...

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.


Generated on Tue Oct 7 05:20:26 2008 for contrib/brl/bbas/bxml by  doxygen 1.5.1