Home | History | Annotate | Download | only in libxml

Lines Matching full:parsing

69      *       for parsing very large instances.
180 * also reflect the parser state. However most of the parsing routines
182 * to a state based parser for progressive parsing shouldn't be too hard.
206 int nodeNr; /* Depth of the parsing stack */
207 int nodeMax; /* Max depth of the parsing stack */
217 int external; /* are we parsing an external entity */
230 int nameNr; /* Depth of the parsing stack */
231 int nameMax; /* Max depth of the parsing stack */
235 long checkIndex; /* used by progressive parsing lookup */
238 int inSubset; /* Parsing is in int 1/ext 2 subset */
245 int spaceNr; /* Depth of the parsing stack */
246 int spaceMax; /* Max depth of the parsing stack */
254 int nodemem; /* Speed up large node parsing */
262 int progressive; /* is this a progressive parsing */
290 * Those fields are needed only for treaming parsing so far
308 int nodeInfoNr; /* Depth of the parsing stack */
309 int nodeInfoMax; /* Max depth of the parsing stack */
835 * Basic parsing Interfaces
992 * Reading/setting optional parsing features.