Searched defs:_xmlRelaxNGValidError (Results 1 – 1 of 1) sorted by relevance
335 struct _xmlRelaxNGValidError { struct336 xmlRelaxNGValidErr err; /* the error number */337 int flags; /* flags */338 xmlNodePtr node; /* the current node */339 xmlNodePtr seq; /* the current child */340 const xmlChar *arg1; /* first arg */341 const xmlChar *arg2; /* second arg */