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