Searched defs:_xmlXIncludeCtxt (Results 1 – 1 of 1) sorted by relevance
77 struct _xmlXIncludeCtxt { struct78 xmlDocPtr doc; /* the source document */79 int incNr; /* number of includes */80 int incMax; /* size of includes tab */81 xmlXIncludeRefPtr *incTab; /* array of included references */83 int txtNr; /* number of unparsed documents */84 int txtMax; /* size of unparsed documents tab */85 xmlXIncludeTxt *txtTab; /* array of unparsed documents */87 int urlNr; /* number of documents stacked */88 int urlMax; /* size of document stack */[all …]