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

Definition at line 170 of file bxml_document.h.
Public Member Functions | |
| bxml_document () | |
| Constructor - default. | |
| ~bxml_document () | |
| Destructor. | |
| bxml_data_sptr | root_element () const |
| Return the root element. | |
| vcl_string | version () const |
| Return the version string. | |
| vcl_string | encoding () const |
| Return the encoding string. | |
| bool | standalone () const |
| Return the standalone bit. | |
| void | set_root_element (const bxml_data_sptr &root) |
| set the root element. | |
| void | set_version (const vcl_string &version) |
| Set the version string. | |
| void | set_encoding (const vcl_string &encoding) |
| Set the encoding string. | |
| void | set_standalone (bool standalone) |
| Set the standalone bit. | |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
Private Attributes | |
| bxml_data_sptr | root_element_ |
| The root element. | |
| vcl_string | version_ |
| vcl_string | encoding_ |
| bool | standalone_ |
| bxml_document::bxml_document | ( | ) |
| bxml_document::~bxml_document | ( | ) | [inline] |
| bxml_data_sptr bxml_document::root_element | ( | ) | const [inline] |
| vcl_string bxml_document::version | ( | ) | const [inline] |
| vcl_string bxml_document::encoding | ( | ) | const [inline] |
| bool bxml_document::standalone | ( | ) | const [inline] |
| void bxml_document::set_root_element | ( | const bxml_data_sptr & | root | ) | [inline] |
| void bxml_document::set_version | ( | const vcl_string & | version | ) | [inline] |
| void bxml_document::set_encoding | ( | const vcl_string & | encoding | ) | [inline] |
| void bxml_document::set_standalone | ( | bool | standalone | ) | [inline] |
bxml_data_sptr bxml_document::root_element_ [private] |
vcl_string bxml_document::version_ [private] |
Definition at line 208 of file bxml_document.h.
vcl_string bxml_document::encoding_ [private] |
Definition at line 209 of file bxml_document.h.
bool bxml_document::standalone_ [private] |
Definition at line 210 of file bxml_document.h.
1.5.1