ReactOS 0.4.16-dev-2232-gc2aaa52
xmlautomata.h
Go to the documentation of this file.
1/*
2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
4 *
5 * Copy: See Copyright for the status of this software.
6 *
7 * Author: Daniel Veillard
8 */
9
10#ifndef __XML_AUTOMATA_H__
11#define __XML_AUTOMATA_H__
12
13#include <libxml/xmlversion.h>
14
15#ifdef LIBXML_REGEXP_ENABLED
16#ifdef LIBXML_AUTOMATA_ENABLED
17
18#include <libxml/xmlstring.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
29typedef struct _xmlAutomata xmlAutomata;
30typedef xmlAutomata *xmlAutomataPtr;
31
37typedef struct _xmlAutomataState xmlAutomataState;
38typedef xmlAutomataState *xmlAutomataStatePtr;
39
40/*
41 * Building API
42 */
43XMLPUBFUN xmlAutomataPtr
44 xmlNewAutomata (void);
45XMLPUBFUN void
46 xmlFreeAutomata (xmlAutomataPtr am);
47
48XMLPUBFUN xmlAutomataStatePtr
49 xmlAutomataGetInitState (xmlAutomataPtr am);
50XMLPUBFUN int
51 xmlAutomataSetFinalState (xmlAutomataPtr am,
52 xmlAutomataStatePtr state);
53XMLPUBFUN xmlAutomataStatePtr
54 xmlAutomataNewState (xmlAutomataPtr am);
55XMLPUBFUN xmlAutomataStatePtr
56 xmlAutomataNewTransition (xmlAutomataPtr am,
57 xmlAutomataStatePtr from,
58 xmlAutomataStatePtr to,
59 const xmlChar *token,
60 void *data);
61XMLPUBFUN xmlAutomataStatePtr
62 xmlAutomataNewTransition2 (xmlAutomataPtr am,
63 xmlAutomataStatePtr from,
64 xmlAutomataStatePtr to,
65 const xmlChar *token,
66 const xmlChar *token2,
67 void *data);
68XMLPUBFUN xmlAutomataStatePtr
69 xmlAutomataNewNegTrans (xmlAutomataPtr am,
70 xmlAutomataStatePtr from,
71 xmlAutomataStatePtr to,
72 const xmlChar *token,
73 const xmlChar *token2,
74 void *data);
75
76XMLPUBFUN xmlAutomataStatePtr
77 xmlAutomataNewCountTrans (xmlAutomataPtr am,
78 xmlAutomataStatePtr from,
79 xmlAutomataStatePtr to,
80 const xmlChar *token,
81 int min,
82 int max,
83 void *data);
84XMLPUBFUN xmlAutomataStatePtr
85 xmlAutomataNewCountTrans2 (xmlAutomataPtr am,
86 xmlAutomataStatePtr from,
87 xmlAutomataStatePtr to,
88 const xmlChar *token,
89 const xmlChar *token2,
90 int min,
91 int max,
92 void *data);
93XMLPUBFUN xmlAutomataStatePtr
94 xmlAutomataNewOnceTrans (xmlAutomataPtr am,
95 xmlAutomataStatePtr from,
96 xmlAutomataStatePtr to,
97 const xmlChar *token,
98 int min,
99 int max,
100 void *data);
101XMLPUBFUN xmlAutomataStatePtr
102 xmlAutomataNewOnceTrans2 (xmlAutomataPtr am,
103 xmlAutomataStatePtr from,
104 xmlAutomataStatePtr to,
105 const xmlChar *token,
106 const xmlChar *token2,
107 int min,
108 int max,
109 void *data);
110XMLPUBFUN xmlAutomataStatePtr
111 xmlAutomataNewAllTrans (xmlAutomataPtr am,
112 xmlAutomataStatePtr from,
113 xmlAutomataStatePtr to,
114 int lax);
115XMLPUBFUN xmlAutomataStatePtr
116 xmlAutomataNewEpsilon (xmlAutomataPtr am,
117 xmlAutomataStatePtr from,
118 xmlAutomataStatePtr to);
119XMLPUBFUN xmlAutomataStatePtr
120 xmlAutomataNewCountedTrans (xmlAutomataPtr am,
121 xmlAutomataStatePtr from,
122 xmlAutomataStatePtr to,
123 int counter);
124XMLPUBFUN xmlAutomataStatePtr
125 xmlAutomataNewCounterTrans (xmlAutomataPtr am,
126 xmlAutomataStatePtr from,
127 xmlAutomataStatePtr to,
128 int counter);
129XMLPUBFUN int
130 xmlAutomataNewCounter (xmlAutomataPtr am,
131 int min,
132 int max);
133
134XMLPUBFUN struct _xmlRegexp *
135 xmlAutomataCompile (xmlAutomataPtr am);
136XMLPUBFUN int
137 xmlAutomataIsDeterminist (xmlAutomataPtr am);
138
139#ifdef __cplusplus
140}
141#endif
142
143#endif /* LIBXML_AUTOMATA_ENABLED */
144#endif /* LIBXML_REGEXP_ENABLED */
145
146#endif /* __XML_AUTOMATA_H__ */
static int state
Definition: maze.c:121
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: gl.h:1950
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
Definition: glfuncs.h:210
#define min(a, b)
Definition: monoChain.cc:55
CardRegion * from
Definition: spigame.cpp:19
#define max(a, b)
Definition: svc.c:63
#define XMLPUBFUN
Definition: xmlexports.h:30
unsigned char xmlChar
Definition: xmlstring.h:28