Searched defs:_xmlPattern (Results 1 – 1 of 1) sorted by relevance
161 struct _xmlPattern { struct164 struct _xmlPattern *next; /* next pattern if | is used */ argument165 const xmlChar *pattern; /* the pattern */166 int flags; /* flags */167 int nbStep;168 int maxStep;169 xmlStepOpPtr steps; /* ops for computation */170 xmlStreamCompPtr stream; /* the streaming data if any */