Searched defs:_xmlValidCtxt (Results 1 – 2 of 2) sorted by relevance
67 struct _xmlValidCtxt { struct68 void *userData; /* user specific data block */69 xmlValidityErrorFunc error; /* the callback in case of errors */70 xmlValidityWarningFunc warning; /* the callback in case of warning */73 xmlNodePtr node; /* Current parsed Node */74 int nodeNr; /* Depth of the parsing stack */75 int nodeMax; /* Max depth of the parsing stack */76 xmlNodePtr *nodeTab; /* array of nodes */78 unsigned int flags; /* internal flags */79 xmlDocPtr doc; /* the document */[all …]