ReactOS 0.4.15-dev-7842-g558ab78
XMLStorage::XMLWriter::StackEntry Struct Reference

container for XMLWriter state information More...

#include <xmlstorage.h>

Collaboration diagram for XMLStorage::XMLWriter::StackEntry:

Public Member Functions

 StackEntry ()
 

Public Attributes

XS_String _node_name
 
AttrMap _attributes
 
std::string _content
 
WRITESTATE _state
 
bool _children
 

Detailed Description

container for XMLWriter state information

Definition at line 2974 of file xmlstorage.h.

Constructor & Destructor Documentation

◆ StackEntry()

XMLStorage::XMLWriter::StackEntry::StackEntry ( )
inline

Member Data Documentation

◆ _attributes

AttrMap XMLStorage::XMLWriter::StackEntry::_attributes

Definition at line 2976 of file xmlstorage.h.

◆ _children

bool XMLStorage::XMLWriter::StackEntry::_children

Definition at line 2979 of file xmlstorage.h.

◆ _content

std::string XMLStorage::XMLWriter::StackEntry::_content

Definition at line 2977 of file xmlstorage.h.

◆ _node_name

XS_String XMLStorage::XMLWriter::StackEntry::_node_name

Definition at line 2975 of file xmlstorage.h.

◆ _state

WRITESTATE XMLStorage::XMLWriter::StackEntry::_state

Definition at line 2978 of file xmlstorage.h.


The documentation for this struct was generated from the following file: