Searched defs:_xmlRelaxNGValidError (Results 1 – 1 of 1) sorted by relevance
314 struct _xmlRelaxNGValidError { struct315 xmlRelaxNGValidErr err; /* the error number */316 int flags; /* flags */317 xmlNodePtr node; /* the current node */318 xmlNodePtr seq; /* the current child */319 const xmlChar *arg1; /* first arg */320 const xmlChar *arg2; /* second arg */