ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
|
xmlautomata.h |
xmlAutomata |
typedef struct _xmlAutomata xmlAutomata;
xmlAutomataPtr:
A libxml automata description, It can be compiled into a regexp
xmlAutomataState |
typedef struct _xmlAutomataState xmlAutomataState;
xmlAutomataStatePtr:
A state int the automata description,
|