gfxEngine_documentation
|
Data Fields | |
int | nError |
SimpleXmlValueBuffer | vbNextToken |
int | nNextToken |
char * | szAttribute |
int | nAttributeBufferSize |
char * | sInputData |
long | nInputDataSize |
long | nInputDataPos |
long | nInputLineNumber |
SimpleXmlUserData | pUserData |
SimpleXmlParser internal state.
This structure holds all data necessary for the simple xml parser to operate.
This struct describes the internal representation of a SimpleXmlParserState.
int nAttributeBufferSize |
int nError |
long nInputDataPos |
long nInputDataSize |
long nInputLineNumber |
int nNextToken |
SimpleXmlUserData pUserData |
char* sInputData |
char* szAttribute |
SimpleXmlValueBuffer vbNextToken |