/ styx_dom.hh / Objects / StyxDom / Private Datas / Description

Private Datas



documentElement

StyxDomNode		*documentElement;
Pointer to the root document node.


currentParsedNode

StyxDomNode		*currentParsedNode;
Pointer to the node currently parsed.


error

bool			error;
Set to true if a parse error occurs.


xmlVersion

string		xmlVersion;
XML version readed in the file.


encoding

string		encoding;
Character set encoding readed in the file.


standalone

string		standalone;
Set the using of a DTD.