Go to the source code of this file.
| Functions | |
| void | bxml_write (const vcl_string &filepath, const bxml_document &doc) | 
| Write the entire contents of filepathinto an XML document class. | |
| void | bxml_write (vcl_ostream &os, const bxml_document &doc) | 
| Write the entire data stream isinto an XML document class. | |
| void | bxml_write_declaration (vcl_ostream &os, const bxml_document &doc) | 
| Write the document declaration (header). | |
| void | bxml_write_data (vcl_ostream &os, const bxml_data_sptr &data) | 
| Write the data (element or text). | |
| void | bxml_write_element (vcl_ostream &os, const bxml_element &element) | 
| Write the XML element. | |
Definition in file bxml_write.cxx.
| void bxml_write | ( | const vcl_string & | filepath, | 
| const bxml_document & | doc | ||
| ) | 
Write the entire contents of filepath into an XML document class. 
Definition at line 15 of file bxml_write.cxx.
| void bxml_write | ( | vcl_ostream & | os, | 
| const bxml_document & | doc | ||
| ) | 
Write the entire data stream is into an XML document class. 
Definition at line 23 of file bxml_write.cxx.
| void bxml_write_data | ( | vcl_ostream & | os, | 
| const bxml_data_sptr & | data | ||
| ) | 
Write the data (element or text).
Definition at line 40 of file bxml_write.cxx.
| void bxml_write_declaration | ( | vcl_ostream & | os, | 
| const bxml_document & | doc | ||
| ) | 
Write the document declaration (header).
Definition at line 31 of file bxml_write.cxx.
| void bxml_write_element | ( | vcl_ostream & | os, | 
| const bxml_element & | element | ||
| ) | 
Write the XML element.
Definition at line 58 of file bxml_write.cxx.
 1.7.5.1
 1.7.5.1