Lines Matching defs:_xmlSchemaIDCMatcher
851 struct _xmlSchemaIDCMatcher { struct
852 int type;
853 int depth; /* the tree depth at creation time */
854 xmlSchemaIDCMatcherPtr next; /* next in the list */
855 xmlSchemaIDCMatcherPtr nextCached; /* next in the cache list */
856 xmlSchemaIDCAugPtr aidc; /* the augmented IDC item */
857 int idcType;
858 xmlSchemaPSVIIDCKeyPtr **keySeqs; /* the key-sequences of the target
860 int sizeKeySeqs;
861 xmlSchemaItemListPtr targets; /* list of target-node
863 xmlHashTablePtr htab;