fluidvis
Public Attributes | List of all members
sx::parserInternal::_XMLNODE_ Struct Reference

#include <SXParser.h>

Public Attributes

int type
 
string text
 
string name
 
string endname
 
vector< _XMLNODE_nodes
 
vector< _XMLNODE_ats
 
string strID
 
string strAttrib
 
string eat
 

Detailed Description

structure for boost spirit parsetree datastructure

Member Data Documentation

string sx::parserInternal::_XMLNODE_::eat

bug fix - stop parser from taking characters it shouldn't by assigning eat with the useless string sequences

string sx::parserInternal::_XMLNODE_::name

data of XTag

string sx::parserInternal::_XMLNODE_::strID

data of string attribute

string sx::parserInternal::_XMLNODE_::text

data of XText

int sx::parserInternal::_XMLNODE_::type

type of node


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