• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

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. */
1885 * Handle a parser error
1918 * Handle a parser error
1947 * Handle a parser error
2818 * @ctxt: the schema parser context
2859 * @ctxt: the schema parser context
2886 * @ctxt: the schema parser context
2924 * @ctxt: the schema parser context
2948 * @ctxt: the schema parser context
2987 * @ctxt: the schema parser context
3017 * @ctxt: the schema parser context
3160 * @ctxt: the schema parser context
4671 * @ctxt: the parser context
5096 * @ctxt: a schema parser context
5132 * @ctxt: a schema parser context
5173 * @ctxt: a schema parser context
5243 * @ctxt: a schema parser context
5295 * @ctxt: a schema parser context
5336 * @ctxt: a schema parser context
5433 * @ctxt: a schema parser context
5474 * @ctxt: a schema parser context
5717 * @pctxt: a schema parser context
5753 * @ctxt: a schema parser context
5801 * parser context. */
5834 * @ctxt: a schema parser context
5866 * @ctxt: a schema parser context
5903 * @ctxt: a schema parser context
6228 * @ctxt: a schema parser context
6301 * @ctxt: a schema parser context
6338 * @ctxt: a schema parser context
6692 * @ctxt: a schema parser context
7237 /* TODO: move XML_SCHEMAS_QUALIF_ATTR to the parser. */
9317 * @ctxt: the parser context
9619 * Those flags should be moved to the parser context flags,
9927 xmlSchemaPErrMemory(NULL, "allocating schema parser context",
9949 * Returns the parser context or NULL in case of error
9977 "failed to create a temp. parser context");
9991 * @pctxt: the schema parser context
10089 * to the parser. Get rid of passing the main schema to the
10099 * Keep the current target namespace on the parser *not* on the
10169 /* Create and init the temporary parser context. */
10176 * TODO: Can we avoid that the parser knows about the main schema?
10190 /* Channel back errors and cleanup the temporary parser context. */
10196 /* Free the parser context. */
10502 "allocating a parser context", NULL);
10507 * TODO: Do we have to burden the schema parser dict with all
10543 * Check if this a parser error, or if the document could
10550 * We assume a parser error here.
10568 "given schema parser context.\n",
12357 * @ctxt: a schema parser context
12389 * @ctxt: a schema parser context
12391 * Returns the option combination of the parser context.
12411 * Returns the parser context or NULL in case of error
12437 * Returns the parser context or NULL in case of error
12462 * Returns the parser context or NULL in case of error
12484 * @ctxt: the schema parser context
12486 * Free the resources associated to the schema parser context
12675 * @ctxt: the schema parser context
13039 * @ctxt: the schema parser context
13099 * @ctxt: the schema parser context
13176 * @ctxt: the schema parser context
13256 * @ctxt: the schema parser context
13285 * @ctxt: the schema parser context
13373 * @ctxt: the schema parser context
13419 * @ctxt: the schema parser context
13679 * @ctxt: the schema parser context
13857 * @ctxt: the schema parser context
14302 * @ctxt: the schema parser context
14793 * @pctxt: the schema parser context
14836 * @ctxt: the parser context
14918 * @ctxt: the parser context
15043 * @ctxt: the schema parser context
15144 * @ctxt: the schema parser context
15611 * @ctxt: the schema parser context
15690 * @pctxt: the schema parser context
15697 * This will be used by the parser only. For the validator there's
15771 * @ctxt: the schema parser context
15916 * @ctxt: the schema parser context
16014 * @ctxt: the schema parser context
16268 * @ctxt: the schema parser context
16468 * @ctxt: the schema parser context
16496 * @ctxt: the schema parser context
16663 * @ctxt: the schema parser context
16689 * @ctxt: the schema parser context
16796 * @ctxt: the schema parser context
16840 * @ctxt: the schema parser context
16866 * @ctxt: the schema parser context
16918 * @ctxt: the schema parser context
16956 * @ctxt: the schema parser context
17010 * @ctxt: the schema parser context
18492 * @ctxt: the schema parser context
18505 "this function needs a parser context");
18521 * @pctxt: the schema parser context or NULL
18540 * TODO: will the parser context be given if used from
18733 * @ctxt: the schema parser context
18752 * of the parser context. This is needed for NOTATION validation.
18834 * @ctxt: the parser context
18884 * @ctxt: the parser context
18984 * @ctxt: the parser context
19045 * @pctxt: the parser context
19217 * @pctxt: the parser context
19244 * @pctxt: the parser context
19345 * @ctxt: the schema parser context
19376 * @ctxt: a schema parser context
19475 * @ctxt: a schema parser context
19650 * @ctxt: a schema parser context
19769 * @pctxt: the schema parser context
19886 * @ctxt: a schema parser context
19912 * @ctxt: a parser context
20061 * @ctxt: a parser context
20098 * @ctxt: a parser context
20210 * @ctxt: a parser context
20256 * @ctxt: the schema parser context
21333 * @ctxt: a schema parser context
21354 * @ctxt: a XMl-Schema parser context
21359 * Get the callback information used to handle errors for a parser context
21480 * @pctxt: a schema parser context
21508 "no parser context available");
21556 * We will reuse the parser context for every schema imported
21581 * Not nice, but we need somehow to channel the schema parser
24858 * REMOVED and CHANGED since this produced a parser context
24861 * the parser context anymore.
27205 * Although the parser builds its own namespace list,
27887 * Create a schema + parser if necessary.
27897 * Create the schema parser context.
28431 * the parser from testing for ignorable whitespace.
28493 * if possible, to prevent the parser from testing for ignorable
28563 * Validate an input based on a flow of SAX event from the parser
28585 * prepare the parser
28679 * allow access to the parser context of the schema validation context
28681 * Returns the parser context of the schema validation context or NULL