Home
last modified time | relevance | path

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

/external/libxml2/
Drngparser.c65 struct _xmlCRelaxNGParserCtxt { struct
66 void *userData; /* user specific data block */
67 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */
68 xmlRelaxNGValidityWarningFunc warning;/* the callback in case of warning */
69 xmlRelaxNGValidErr err;
71 const xmlChar *compact;
72 const xmlChar *end;
73 const xmlChar *cur;
74 int isElem;
75 int lineno;
[all …]