Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c302 struct _xmlRelaxNGValidState { struct
303 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 */