gmscXmlFileClass

The XmlFile Service Class

The service class XmlFile

The method XmlFile_Close

Prototype


 void XmlFile_Close(void)
The XmlFile_Close method Its parameters are:

Parameter Description


The method XmlFile_EndTag

Prototype


 int XmlFile_EndTag(char* startTag,char* endTag)
The XmlFile_EndTag method Its parameters are:

Parameter Description


The method XmlFile_Error

Prototype


 void XmlFile_Error(int number,CONST char* detail)
The XmlFile_Error method Its parameters are:

Parameter Description


The method XmlFile_GetAttribute

Prototype


 void XmlFile_GetAttribute(char* attribute,char* command,char* result)
The XmlFile_GetAttribute method Its parameters are:

Parameter Description


The method XmlFile_GetContent

Prototype


 int XmlFile_GetContent(char* statement,UBYTE* Attributes,char** content)
The XmlFile_GetContent method Its parameters are:

Parameter Description


The method XmlFile_GetFileName

Prototype


 char* XmlFile_GetFileName(void)
The XmlFile_GetFileName method Its parameters are:

Parameter Description


The method XmlFile_GetRecordNumber

Prototype


 int XmlFile_GetRecordNumber(void)
The XmlFile_GetRecordNumber method Its parameters are:

Parameter Description


The method XmlFile_NonterminalCommands

Prototype


 void* XmlFile_NonterminalCommands(int commands,CONST char* title)
The XmlFile_NonterminalCommands method Its parameters are:

Parameter Description


The method XmlFile_Open

Prototype


 char* XmlFile_Open(char* xmlFile,char* buffer,int nBuffer,CONST char* xmlTag)
The XmlFile_Open method Its parameters are:

Parameter Description


The method XmlFile_ReadRaw

Prototype


 int XmlFile_ReadRaw(char* buffer,int nBuffer,int freeform)
The XmlFile_ReadRaw method Its parameters are:

Parameter Description


The method XmlFile_ReadRecord

Prototype


 int XmlFile_ReadRecord(char* buffer,int nBuffer,int isData)
The XmlFile_ReadRecord method Its parameters are:

Parameter Description


The method XmlFile_ReadStatement

Prototype


 int XmlFile_ReadStatement(char* buffer,int nBuffer)
The XmlFile_ReadStatement method Its parameters are:

Parameter Description


The method XmlFile_ReadTextBlock

Prototype


 int XmlFile_ReadTextBlock(UBYTE* block,char* command,int nCommand,char* endTag)
The XmlFile_ReadTextBlock method Its parameters are:

Parameter Description


The method XmlFile_RestoreInfo

Prototype


 void XmlFile_RestoreInfo(void* info)
The XmlFile_RestoreInfo method Its parameters are:

Parameter Description


The method XmlFile_SaveInfo

Prototype


 void* XmlFile_SaveInfo(void)
The XmlFile_SaveInfo method Its parameters are:

Parameter Description


The method XmlFile_SetEditString

Prototype


 void XmlFile_SetEditString(tEditString editStringMethod)
The XmlFile_SetEditString method Its parameters are:

Parameter Description


The method XmlFile_SetLoadValue

Prototype


 void XmlFile_SetLoadValue(tLoadValue loadValueMethod)
The XmlFile_SetLoadValue method Its parameters are:

Parameter Description


The method XmlFile_SkipBlock

Prototype


void XmlFile_SkipBlock(char* endTag,char* command,int nCommand)
The XmlFile_SkipBlock method Its parameters are:

Parameter Description


The method XmlFile_UseStream

Prototype


 char* XmlFile_UseStream(void* handle,char* xmlFile,char* buffer,int nBuffer,char* xmlTag)
The XmlFile_UseStream method Its parameters are:

Parameter Description


Table of Contents