Home
last modified time | relevance | path

Searched defs:_xmlRelaxNGValidState (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Drelaxng.c303 struct _xmlRelaxNGValidState { struct
304 xmlNodePtr node; /* the current node */
305 xmlNodePtr seq; /* the sequence of children left to validate */
306 int nbAttrs; /* the number of attributes */
307 int maxAttrs; /* the size of attrs */
308 int nbAttrLeft; /* the number of attributes left to validate */
309 xmlChar *value; /* the value when operating on string */
310 xmlChar *endvalue; /* the end value when operating on string */
311 xmlAttrPtr *attrs; /* the array of attributes */