
short expressionsInfos[]=
	{ 
	EID_expressionGetFileName,	EID_expressionGetFileName,	0,	EXPFLAG_STRING,	0,
	EID_expGetNodeIndex,	EID_expGetNodeIndex,	1,	0,	0,
	EID_expNodeGetValue,	EID_expNodeGetValue,	2,	EXPFLAG_STRING,	0,
	EID_expNodeGetType,	EID_expNodeGetType,	3,	0,	0,
	EID_expElemGetName,	EID_expElemGetName,	4,	EXPFLAG_STRING,	0,
	EID_expElemGetAttribStr,	EID_expElemGetAttribStr,	5,	EXPFLAG_STRING,	1,	EXPPARAM_STRING,	0,
	EID_expElemGetAttribVal,	EID_expElemGetAttribVal,	6,	0,	1,	EXPPARAM_STRING,	0,
	EID_expParentName,	EID_expParentName,	7,	EXPFLAG_STRING,	0,
	EID_expParentAttribStr,	EID_expParentAttribStr,	8,	EXPFLAG_STRING,	1,	EXPPARAM_STRING,	0,
	EID_expParentAttribVal,	EID_expParentAttribVal,	9,	0,	1,	EXPPARAM_STRING,	0,
	EID_expGetComStr,	EID_expGetComStr,	10,	EXPFLAG_STRING,	0,
	EID_expGetText,	EID_expGetText,	11,	EXPFLAG_STRING,	0,
	EID_expUnknownGetText,	EID_expUnknownGetText,	12,	EXPFLAG_STRING,	0,
	EID_expGetErrorStr,	EID_expGetErrorStr,	13,	EXPFLAG_STRING,	0,
	EID_expGetErrorID,	EID_expGetErrorID,	14,	0,	0,
	EID_expGetErrorRow,	EID_expGetErrorRow,	15,	0,	0,
	EID_expGetErrorCol,	EID_expGetErrorCol,	16,	0,	0,
	0 };
 