Searched defs:_xmlRelaxNGValidState (Results 1 – 1 of 1) sorted by relevance
302 struct _xmlRelaxNGValidState { struct303 xmlNodePtr node; /* the current node */304 xmlNodePtr seq; /* the sequence of children left to validate */305 int nbAttrs; /* the number of attributes */306 int maxAttrs; /* the size of attrs */307 int nbAttrLeft; /* the number of attributes left to validate */308 xmlChar *value; /* the value when operating on string */309 xmlChar *endvalue; /* the end value when operating on string */310 xmlAttrPtr *attrs; /* the array of attributes */