Searched defs:_xmlSchemaIDCStateObj (Results 1 – 1 of 1) sorted by relevance
831 struct _xmlSchemaIDCStateObj { struct832 int type;833 xmlSchemaIDCStateObjPtr next; /* next if in a list */834 int depth; /* depth of creation */835 int *history; /* list of (depth, state-id) tuples */836 int nbHistory;837 int sizeHistory;838 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector840 xmlSchemaIDCSelectPtr sel;841 void *xpathCtxt;