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