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