Searched defs:_xmlRelaxNGValidState (Results 1 – 1 of 1) sorted by relevance
281 struct _xmlRelaxNGValidState { struct282 xmlNodePtr node; /* the current node */283 xmlNodePtr seq; /* the sequence of children left to validate */284 int nbAttrs; /* the number of attributes */285 int maxAttrs; /* the size of attrs */286 int nbAttrLeft; /* the number of attributes left to validate */287 xmlChar *value; /* the value when operating on string */288 xmlChar *endvalue; /* the end value when operating on string */289 xmlAttrPtr *attrs; /* the array of attributes */