Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Drelaxng.c281 struct _xmlRelaxNGValidState { struct
282 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 */