Searched defs:_xmlXIncludeCtxt (Results 1 – 1 of 1) sorted by relevance
64 struct _xmlXIncludeCtxt { struct65 xmlDocPtr doc; /* the source document */66 int incBase; /* the first include for this document */67 int incNr; /* number of includes */68 int incMax; /* size of includes tab */69 xmlXIncludeRefPtr *incTab; /* array of included references */71 int txtNr; /* number of unparsed documents */72 int txtMax; /* size of unparsed documents tab */73 xmlNodePtr *txtTab; /* array of unparsed text nodes */74 xmlURL *txturlTab; /* array of unparsed text URLs */[all …]