#include "bxml_document.h"Go to the source code of this file.
Functions | |
| bool | operator== (const bxml_data &d1, const bxml_data &d2) |
| compare two XML data objects. | |
| bool | operator== (const bxml_element &e1, const bxml_element &e2) |
| compare two XML element objects. | |
| bool | operator== (const bxml_document &d1, const bxml_document &d2) |
| compare two XML documents. | |
| void | vsl_b_write (vsl_b_ostream &, bxml_document const &) |
| Binary io, NOT IMPLEMENTED, signatures defined to use bxml_document as a brdb_value. | |
| void | vsl_b_read (vsl_b_istream &, bxml_document &) |
| void | vsl_b_read (vsl_b_istream &is, bxml_document *ph) |
| void | vsl_b_write (vsl_b_ostream &os, const bxml_document *&ph) |
Definition in file bxml_document.cxx.
compare two XML data objects.
Definition at line 52 of file bxml_document.cxx.
| bool operator== | ( | const bxml_element & | e1, |
| const bxml_element & | e2 | ||
| ) |
compare two XML element objects.
Definition at line 74 of file bxml_document.cxx.
| bool operator== | ( | const bxml_document & | d1, |
| const bxml_document & | d2 | ||
| ) |
compare two XML documents.
Definition at line 105 of file bxml_document.cxx.
| void vsl_b_read | ( | vsl_b_istream & | , |
| bxml_document & | |||
| ) |
Definition at line 122 of file bxml_document.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| bxml_document * | ph | ||
| ) |
Definition at line 128 of file bxml_document.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | , |
| bxml_document const & | |||
| ) |
Binary io, NOT IMPLEMENTED, signatures defined to use bxml_document as a brdb_value.
Definition at line 116 of file bxml_document.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const bxml_document *& | ph | ||
| ) |
Definition at line 142 of file bxml_document.cxx.
1.7.5.1