10#ifndef __XML_AUTOMATA_H__
11#define __XML_AUTOMATA_H__
16#ifdef LIBXML_REGEXP_ENABLED
17#ifdef LIBXML_AUTOMATA_ENABLED
29typedef struct _xmlAutomata xmlAutomata;
30typedef xmlAutomata *xmlAutomataPtr;
37typedef struct _xmlAutomataState xmlAutomataState;
38typedef xmlAutomataState *xmlAutomataStatePtr;
44 xmlNewAutomata (
void);
46 xmlFreeAutomata (xmlAutomataPtr am);
49 xmlAutomataGetInitState (xmlAutomataPtr am);
51 xmlAutomataSetFinalState (xmlAutomataPtr am,
52 xmlAutomataStatePtr
state);
54 xmlAutomataNewState (xmlAutomataPtr am);
56 xmlAutomataNewTransition (xmlAutomataPtr am,
57 xmlAutomataStatePtr
from,
58 xmlAutomataStatePtr to,
62 xmlAutomataNewTransition2 (xmlAutomataPtr am,
63 xmlAutomataStatePtr
from,
64 xmlAutomataStatePtr to,
69 xmlAutomataNewNegTrans (xmlAutomataPtr am,
70 xmlAutomataStatePtr
from,
71 xmlAutomataStatePtr to,
77 xmlAutomataNewCountTrans (xmlAutomataPtr am,
78 xmlAutomataStatePtr
from,
79 xmlAutomataStatePtr to,
85 xmlAutomataNewCountTrans2 (xmlAutomataPtr am,
86 xmlAutomataStatePtr
from,
87 xmlAutomataStatePtr to,
94 xmlAutomataNewOnceTrans (xmlAutomataPtr am,
95 xmlAutomataStatePtr
from,
96 xmlAutomataStatePtr to,
102 xmlAutomataNewOnceTrans2 (xmlAutomataPtr am,
103 xmlAutomataStatePtr
from,
104 xmlAutomataStatePtr to,
111 xmlAutomataNewAllTrans (xmlAutomataPtr am,
112 xmlAutomataStatePtr
from,
113 xmlAutomataStatePtr to,
116 xmlAutomataNewEpsilon (xmlAutomataPtr am,
117 xmlAutomataStatePtr
from,
118 xmlAutomataStatePtr to);
120 xmlAutomataNewCountedTrans (xmlAutomataPtr am,
121 xmlAutomataStatePtr
from,
122 xmlAutomataStatePtr to,
125 xmlAutomataNewCounterTrans (xmlAutomataPtr am,
126 xmlAutomataStatePtr
from,
127 xmlAutomataStatePtr to,
130 xmlAutomataNewCounter (xmlAutomataPtr am,
135 xmlAutomataCompile (xmlAutomataPtr am);
137 xmlAutomataIsDeterminist (xmlAutomataPtr am);
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat token