xmlregexp

xmlregexp —

Synopsis




struct      xmlRegexp;
typedef     xmlRegexpPtr;
struct      xmlRegExecCtxt;
typedef     xmlRegExecCtxtPtr;
void        (*xmlRegExecCallbacks)          (xmlRegExecCtxtPtr exec,
                                             const xmlChar *token,
                                             void *transdata,
                                             void *inputdata);

Description

Details

struct xmlRegexp

struct xmlRegexp;


xmlRegexpPtr

typedef xmlRegexp *xmlRegexpPtr;

A libxml regular expression, they can actually be far more complex thank the POSIX regex expressions.


struct xmlRegExecCtxt

struct xmlRegExecCtxt;


xmlRegExecCtxtPtr

typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;

A libxml progressive regular expression evaluation context


xmlRegExecCallbacks ()

void        (*xmlRegExecCallbacks)          (xmlRegExecCtxtPtr exec,
                                             const xmlChar *token,
                                             void *transdata,
                                             void *inputdata);

exec:
token:
transdata:
inputdata: