ReactOS 0.4.15-dev-6052-g2626c72
|
container for XMLWriter state information More...
#include <xmlstorage.h>
Public Member Functions | |
StackEntry () | |
Public Attributes | |
XS_String | _node_name |
AttrMap | _attributes |
std::string | _content |
WRITESTATE | _state |
bool | _children |
container for XMLWriter state information
Definition at line 2974 of file xmlstorage.h.
|
inline |
Definition at line 2981 of file xmlstorage.h.
AttrMap XMLStorage::XMLWriter::StackEntry::_attributes |
Definition at line 2976 of file xmlstorage.h.
bool XMLStorage::XMLWriter::StackEntry::_children |
Definition at line 2979 of file xmlstorage.h.
std::string XMLStorage::XMLWriter::StackEntry::_content |
Definition at line 2977 of file xmlstorage.h.
XS_String XMLStorage::XMLWriter::StackEntry::_node_name |
Definition at line 2975 of file xmlstorage.h.
WRITESTATE XMLStorage::XMLWriter::StackEntry::_state |
Definition at line 2978 of file xmlstorage.h.