#include <bxml_document.h>
Inheritance diagram for bxml_data:

This is a base class and can be either plain text or an XML element
Definition at line 29 of file bxml_document.h.
Public Types | |
| enum | datatype { TEXT, ELEMENT } |
Public Member Functions | |
| virtual | ~bxml_data () |
| virtual datatype | type () const=0 |
| Return the type of XML data. | |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
| enum bxml_data::datatype |
| virtual bxml_data::~bxml_data | ( | ) | [inline, virtual] |
Definition at line 34 of file bxml_document.h.
| virtual datatype bxml_data::type | ( | ) | const [pure virtual] |
1.5.1