Home
last modified time | relevance | path

Searched defs:_xmlSchemaIDCStateObj (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c831 struct _xmlSchemaIDCStateObj { struct
832 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/selector
840 xmlSchemaIDCSelectPtr sel;
841 void *xpathCtxt;