Searched defs:_xmlValidCtxt (Results 1 – 1 of 1) sorted by relevance
82 struct _xmlValidCtxt { struct83 void *userData; /* user specific data block */84 xmlValidityErrorFunc error; /* the callback in case of errors */85 xmlValidityWarningFunc warning; /* the callback in case of warning */88 xmlNodePtr node; /* Current parsed Node */89 int nodeNr; /* Depth of the parsing stack */90 int nodeMax; /* Max depth of the parsing stack */91 xmlNodePtr *nodeTab; /* array of nodes */93 unsigned int finishDtd; /* finished validating the Dtd ? */94 xmlDocPtr doc; /* the document */[all …]