Searched defs:_xmlSchemaIDCStateObj (Results 1 – 1 of 1) sorted by relevance
823 struct _xmlSchemaIDCStateObj { struct824 int type;825 xmlSchemaIDCStateObjPtr next; /* next if in a list */826 int depth; /* depth of creation */827 int *history; /* list of (depth, state-id) tuples */828 int nbHistory;829 int sizeHistory;830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector832 xmlSchemaIDCSelectPtr sel;833 void *xpathCtxt;