rtEXIDecAutomaton.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00031 #ifndef _RTEXIDECAUTOMATON_H_
00032 #define _RTEXIDECAUTOMATON_H_
00033
00034 #include "rtexisrc/rtEXIAutomaton.h"
00035
00036 #ifdef __cplusplus
00037 extern "C" {
00038 #endif
00039
00053 EXTERNEXI int rtEXIDecAtmAddTransition
00054 (OSCTXT* pctxt, OSEXIAutomaton* pAutomaton, OSEXIState fromState,
00055 OSEXIState toState, const OSEXIEvent* pEvent,
00056 const OSEXIEventCode* pEventCode);
00057
00071 EXTERNEXI OSEXIEvent* rtEXIDecAutomatonAdvance
00072 (OSCTXT* pctxt, OSEXIAutomaton* pAutomaton,
00073 const OSEXIEventCode* pEventCode, OSBOOL dynamicItems);
00074
00085 EXTERNEXI OSEXIAutomaton* rtEXIDecGetDocAutomaton
00086 (OSCTXT* pctxt, size_t numGblElems, const OSXMLFullQName* gblElems);
00087
00097 EXTERNEXI OSEXIAutomaton* rtEXIDecGetElemAutomaton
00098 (OSCTXT* pctxt, OSXMLFullQName* pqname);
00099
00100 #ifdef __cplusplus
00101 }
00102 #endif
00103
00106 #endif