Searched defs:_xmlParserInput (Results 1 – 1 of 1) sorted by relevance
54 struct _xmlParserInput { struct56 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */58 const char *filename; /* The file analyzed, if any */59 const char *directory; /* the directory/base of the file */60 const xmlChar *base; /* Base of the array to parse */61 const xmlChar *cur; /* Current char being parsed */62 const xmlChar *end; /* end of the array to parse */63 int length; /* length if known */64 int line; /* Current line */65 int col; /* Current column */[all …]