#include <xmlnode.h>
Public Member Functions | |
| void | ref () |
| Increases the reference count by one, called when a new object references this data. | |
| bool | deref () |
| Returns true if the data is no longer referenced by any object. | |
Public Attributes | |
| vector< XMLNode > | m_children |
| map< string, string > | m_properties |
| string | m_name |
| string | m_data |
| bool | data_is_cdata |
| bool | oneline |
Definition at line 239 of file xmlnode.h.
1.3.8