11#ifndef __XML_REGEXP_H__
12#define __XML_REGEXP_H__
18#ifdef LIBXML_REGEXP_ENABLED
30typedef struct _xmlRegexp xmlRegexp;
31typedef xmlRegexp *xmlRegexpPtr;
38typedef struct _xmlRegExecCtxt xmlRegExecCtxt;
39typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
45 xmlRegexpCompile (
const xmlChar *regexp);
46XMLPUBFUN void xmlRegFreeRegexp(xmlRegexpPtr regexp);
48 xmlRegexpExec (xmlRegexpPtr comp,
51 xmlRegexpPrint (
FILE *output,
54 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
65typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
74 xmlRegNewExecCtxt (xmlRegexpPtr comp,
78 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
80 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
84 xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
90 xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
96 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
102#ifdef LIBXML_EXPR_ENABLED
109typedef struct _xmlExpCtxt xmlExpCtxt;
110typedef xmlExpCtxt *xmlExpCtxtPtr;
113 xmlExpFreeCtxt (xmlExpCtxtPtr ctxt);
115 xmlExpNewCtxt (
int maxNodes,
119 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
121 xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt);
124typedef struct _xmlExpNode xmlExpNode;
125typedef xmlExpNode *xmlExpNodePtr;
147 xmlExpFree (xmlExpCtxtPtr ctxt,
150 xmlExpRef (xmlExpNodePtr
expr);
156 xmlExpParse (xmlExpCtxtPtr ctxt,
159 xmlExpNewAtom (xmlExpCtxtPtr ctxt,
163 xmlExpNewOr (xmlExpCtxtPtr ctxt,
165 xmlExpNodePtr
right);
167 xmlExpNewSeq (xmlExpCtxtPtr ctxt,
169 xmlExpNodePtr
right);
171 xmlExpNewRange (xmlExpCtxtPtr ctxt,
172 xmlExpNodePtr subset,
179 xmlExpIsNillable(xmlExpNodePtr
expr);
181 xmlExpMaxToken (xmlExpNodePtr
expr);
183 xmlExpGetLanguage(xmlExpCtxtPtr ctxt,
188 xmlExpGetStart (xmlExpCtxtPtr ctxt,
193 xmlExpStringDerive(xmlExpCtxtPtr ctxt,
198 xmlExpExpDerive (xmlExpCtxtPtr ctxt,
202 xmlExpSubsume (xmlExpCtxtPtr ctxt,
206 xmlExpDump (xmlBufferPtr
buf,
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