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

Definition at line 49 of file bxml_document.h.
Public Types | |
| enum | datatype { TEXT, ELEMENT } |
Public Member Functions | |
| bxml_text (const vcl_string &data) | |
| Constructor. | |
| virtual | ~bxml_text () |
| Destructor. | |
| datatype | type () const |
| Return the type of XML data. | |
| vcl_string | data () const |
| Access the text data. | |
| void | set_data (const vcl_string &data) |
| Set the text data. | |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
Private Attributes | |
| vcl_string | data_ |
enum bxml_data::datatype [inherited] |
| bxml_text::bxml_text | ( | const vcl_string & | data | ) | [inline] |
| virtual bxml_text::~bxml_text | ( | ) | [inline, virtual] |
| datatype bxml_text::type | ( | ) | const [inline, virtual] |
| vcl_string bxml_text::data | ( | ) | const [inline] |
| void bxml_text::set_data | ( | const vcl_string & | data | ) | [inline] |
vcl_string bxml_text::data_ [private] |
Definition at line 68 of file bxml_document.h.
1.5.1