Searched defs:_xmlPattern (Results 1 – 1 of 1) sorted by relevance
164 struct _xmlPattern { struct167 struct _xmlPattern *next; /* next pattern if | is used */ argument168 const xmlChar *pattern; /* the pattern */169 int flags; /* flags */170 int nbStep;171 int maxStep;172 xmlStepOpPtr steps; /* ops for computation */173 xmlStreamCompPtr stream; /* the streaming data if any */