Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dvalid.h67 struct _xmlValidCtxt { struct
68 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 …]
/external/cronet/third_party/libxml/src/include/libxml/
Dvalid.h67 struct _xmlValidCtxt { struct
68 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 …]