Home | History | Annotate | Download | only in libxml2

Lines Matching refs:parser

54 #include <libxml/parser.h>
287 * Misc parser context macros.
597 int ownsConstructor; /* TODO: Move this to parser *flags*. */
627 int stop; /* If the parser should stop; i.e. a critical error. */
1890 * Handle a parser error
1923 * Handle a parser error
1952 * Handle a parser error
2837 * @ctxt: the schema parser context
2878 * @ctxt: the schema parser context
2905 * @ctxt: the schema parser context
2943 * @ctxt: the schema parser context
2967 * @ctxt: the schema parser context
3006 * @ctxt: the schema parser context
3036 * @ctxt: the schema parser context
3179 * @ctxt: the schema parser context
4690 * @ctxt: the parser context
5115 * @ctxt: a schema parser context
5151 * @ctxt: a schema parser context
5192 * @ctxt: a schema parser context
5262 * @ctxt: a schema parser context
5314 * @ctxt: a schema parser context
5355 * @ctxt: a schema parser context
5452 * @ctxt: a schema parser context
5493 * @ctxt: a schema parser context
5736 * @pctxt: a schema parser context
5772 * @ctxt: a schema parser context
5820 * parser context. */
5853 * @ctxt: a schema parser context
5885 * @ctxt: a schema parser context
5922 * @ctxt: a schema parser context
6247 * @ctxt: a schema parser context
6320 * @ctxt: a schema parser context
6357 * @ctxt: a schema parser context
6711 * @ctxt: a schema parser context
7256 /* TODO: move XML_SCHEMAS_QUALIF_ATTR to the parser. */
9336 * @ctxt: the parser context
9638 * Those flags should be moved to the parser context flags,
9946 xmlSchemaPErrMemory(NULL, "allocating schema parser context",
9968 * Returns the parser context or NULL in case of error
9996 "failed to create a temp. parser context");
10010 * @pctxt: the schema parser context
10108 * to the parser. Get rid of passing the main schema to the
10118 * Keep the current target namespace on the parser *not* on the
10188 /* Create and init the temporary parser context. */
10195 * TODO: Can we avoid that the parser knows about the main schema?
10209 /* Channel back errors and cleanup the temporary parser context. */
10215 /* Free the parser context. */
10533 "allocating a parser context", NULL);
10538 * TODO: Do we have to burden the schema parser dict with all
10574 * Check if this a parser error, or if the document could
10581 * We assume a parser error here.
10599 "given schema parser context.\n",
12389 * @ctxt: a schema parser context
12421 * @ctxt: a schema parser context
12423 * Returns the option combination of the parser context.
12443 * Returns the parser context or NULL in case of error
12469 * Returns the parser context or NULL in case of error
12494 * Returns the parser context or NULL in case of error
12516 * @ctxt: the schema parser context
12518 * Free the resources associated to the schema parser context
12726 * @ctxt: the schema parser context
13135 * @ctxt: the schema parser context
13195 * @ctxt: the schema parser context
13272 * @ctxt: the schema parser context
13352 * @ctxt: the schema parser context
13381 * @ctxt: the schema parser context
13469 * @ctxt: the schema parser context
13515 * @ctxt: the schema parser context
13775 * @ctxt: the schema parser context
13953 * @ctxt: the schema parser context
14398 * @ctxt: the schema parser context
14889 * @pctxt: the schema parser context
14932 * @ctxt: the parser context
15014 * @ctxt: the parser context
15139 * @ctxt: the schema parser context
15241 * @ctxt: the schema parser context
15709 * @ctxt: the schema parser context
15788 * @pctxt: the schema parser context
15795 * This will be used by the parser only. For the validator there's
15869 * @ctxt: the schema parser context
16014 * @ctxt: the schema parser context
16112 * @ctxt: the schema parser context
16366 * @ctxt: the schema parser context
16566 * @ctxt: the schema parser context
16594 * @ctxt: the schema parser context
16761 * @ctxt: the schema parser context
16787 * @ctxt: the schema parser context
16894 * @ctxt: the schema parser context
16938 * @ctxt: the schema parser context
16964 * @ctxt: the schema parser context
17016 * @ctxt: the schema parser context
17054 * @ctxt: the schema parser context
17108 * @ctxt: the schema parser context
18590 * @ctxt: the schema parser context
18603 "this function needs a parser context");
18619 * @pctxt: the schema parser context or NULL
18638 * TODO: will the parser context be given if used from
18831 * @ctxt: the schema parser context
18850 * of the parser context. This is needed for NOTATION validation.
18932 * @ctxt: the parser context
18982 * @ctxt: the parser context
19082 * @ctxt: the parser context
19143 * @pctxt: the parser context
19315 * @pctxt: the parser context
19342 * @pctxt: the parser context
19443 * @ctxt: the schema parser context
19474 * @ctxt: a schema parser context
19573 * @ctxt: a schema parser context
19748 * @ctxt: a schema parser context
19867 * @pctxt: the schema parser context
19984 * @ctxt: a schema parser context
20010 * @ctxt: a parser context
20159 * @ctxt: a parser context
20196 * @ctxt: a parser context
20308 * @ctxt: a parser context
20354 * @ctxt: the schema parser context
21431 * @ctxt: a schema parser context
21452 * @ctxt: a XMl-Schema parser context
21457 * Get the callback information used to handle errors for a parser context
21578 * @pctxt: a schema parser context
21606 "no parser context available");
21654 * We will reuse the parser context for every schema imported
21679 * Not nice, but we need somehow to channel the schema parser
24958 * REMOVED and CHANGED since this produced a parser context
24961 * the parser context anymore.
27328 * Although the parser builds its own namespace list,
28040 * Create a schema + parser if necessary.
28050 * Create the schema parser context.
28584 * the parser from testing for ignorable whitespace.
28646 * if possible, to prevent the parser from testing for ignorable
28773 * Validate an input based on a flow of SAX event from the parser
28795 * prepare the parser
28890 * allow access to the parser context of the schema validation context
28892 * Returns the parser context of the schema validation context or NULL