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