Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c844 struct _xmlSchemaIDCStateObj { struct
845 int type;
846 xmlSchemaIDCStateObjPtr next; /* next if in a list */
847 int depth; /* depth of creation */
848 int *history; /* list of (depth, state-id) tuples */
849 int nbHistory;
850 int sizeHistory;
851 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector
853 xmlSchemaIDCSelectPtr sel;
854 void *xpathCtxt;