11#ifndef __XML_REGEXP_H__
12#define __XML_REGEXP_H__
16#ifdef LIBXML_REGEXP_ENABLED
28typedef struct _xmlRegexp xmlRegexp;
29typedef xmlRegexp *xmlRegexpPtr;
36typedef struct _xmlRegExecCtxt xmlRegExecCtxt;
37typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
52 xmlRegexpCompile (
const xmlChar *regexp);
55 xmlRegexpExec (xmlRegexpPtr comp,
58 xmlRegexpPrint (
FILE *output,
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
72typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
81 xmlRegNewExecCtxt (xmlRegexpPtr comp,
85 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
91 xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
97 xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
103 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
109#ifdef LIBXML_EXPR_ENABLED
116typedef struct _xmlExpCtxt xmlExpCtxt;
117typedef xmlExpCtxt *xmlExpCtxtPtr;
120 xmlExpFreeCtxt (xmlExpCtxtPtr ctxt);
122 xmlExpNewCtxt (
int maxNodes,
126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
128 xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt);
131typedef struct _xmlExpNode xmlExpNode;
132typedef xmlExpNode *xmlExpNodePtr;
154 xmlExpFree (xmlExpCtxtPtr ctxt,
157 xmlExpRef (xmlExpNodePtr
expr);
163 xmlExpParse (xmlExpCtxtPtr ctxt,
166 xmlExpNewAtom (xmlExpCtxtPtr ctxt,
170 xmlExpNewOr (xmlExpCtxtPtr ctxt,
172 xmlExpNodePtr
right);
174 xmlExpNewSeq (xmlExpCtxtPtr ctxt,
176 xmlExpNodePtr
right);
178 xmlExpNewRange (xmlExpCtxtPtr ctxt,
179 xmlExpNodePtr subset,
186 xmlExpIsNillable(xmlExpNodePtr
expr);
188 xmlExpMaxToken (xmlExpNodePtr
expr);
190 xmlExpGetLanguage(xmlExpCtxtPtr ctxt,
195 xmlExpGetStart (xmlExpCtxtPtr ctxt,
200 xmlExpStringDerive(xmlExpCtxtPtr ctxt,
205 xmlExpExpDerive (xmlExpCtxtPtr ctxt,
209 xmlExpSubsume (xmlExpCtxtPtr ctxt,
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
GLenum GLuint GLenum GLsizei const GLchar * buf
GLboolean GLenum GLenum GLvoid * values
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
static IPrintDialogCallback callback