Modifications
<none yet>
Definition in file bxml_document.h.
#include <vcl_string.h>
#include <vcl_sstream.h>
#include <vcl_map.h>
#include <vcl_vector.h>
#include <vbl/vbl_ref_count.h>
#include <vbl/vbl_smart_ptr.h>
Go to the source code of this file.
Classes | |
| class | bxml_data |
| A block of character data found within XML tags. More... | |
| class | bxml_text |
| text data within XML. More... | |
| class | bxml_element |
| An XML element. More... | |
| class | bxml_document |
| Represents a full XML document stored as a tree. More... | |
Typedefs | |
| typedef vbl_smart_ptr< bxml_data > | bxml_data_sptr |
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. | |
| typedef vbl_smart_ptr<bxml_data> bxml_data_sptr |
Definition at line 44 of file bxml_document.h.
| bool operator== | ( | const bxml_document & | d1, | |
| const bxml_document & | d2 | |||
| ) |
| bool operator== | ( | const bxml_element & | e1, | |
| const bxml_element & | e2 | |||
| ) |
1.5.1