• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:parser

2  * parser.c : an XML 1.0 parser, namespaces and validity support are mostly
13 * Okay this is a big file, the parser core is around 7000 lines, then it
14 * is followed by the progressive parser top routines, then the various
15 * high level APIs to call the parser and a few miscellaneous functions.
49 #include <libxml/parser.h>
87 * process. This is not a limitation of the parser but a safety
137 * @ctxt: an XML parser context
172 * @ctxt: an XML parser context
176 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
379 * @ctxt: an XML parser context
383 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
405 * @ctxt: an XML parser context
436 * @ctxt: an XML parser context
470 * @ctxt: an XML parser context
475 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
498 * @ctxt: an XML parser context
505 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
530 * @ctxt: an XML parser context
535 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
559 * @ctxt: an XML parser context
564 * Handle a non fatal parser error
583 * @ctxt: an XML parser context
589 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
830 * @ctxt: an XML parser context
864 * @ctxt: an XML parser context
955 * @ctxt: an XML parser context
1067 * @ctxt: an XML parser context
1071 * Pushes a new parser namespace on top of the ns stack
1118 * @ctxt: an XML parser context
1121 * Pops the top @nr parser prefix/namespace from the ns stack
1182 * @ctxt: an XML parser context
1183 * @value: the parser input
1185 * Pushes a new parser input on top of the input stack
1211 * @ctxt: an XML parser context
1213 * Pops the top parser input from the input stack
1237 * @ctxt: an XML parser context
1274 * @ctxt: an XML parser context
1301 * @ctxt: an XML parser context
1347 * @ctxt: an XML parser context
1373 * @ctxt: an XML parser context
1406 * @ctxt: an XML parser context
1458 * Macros for accessing the content. Those should be used only by the parser,
1468 * This should be used internally by the parser
1476 * strings without newlines within the parser.
1478 * defined char within the parser.
1590 * @ctxt: the XML parser context
1656 * @ctxt: an XML parser context
1661 * Returns the current xmlChar in the parser context
1678 * @ctxt: an XML parser context
1679 * @input: an XML parser input fragment (entity, XML fragment ...).
1702 * @ctxt: an XML parser context
1804 * @ctxt: an XML parser context
1895 * @ctxt: an XML parser context
1945 * @ctxt: the parser context
2150 * @ctxt: the parser context
2308 * @ctxt: the parser context
2340 * @ctxt: an XML parser context
2415 * @ctxt: an XML parser context
2416 * @name: an XML parser context
2586 * The parser itself *
2597 * @ctxt: an XML parser context
2649 * @ctxt: an XML parser context
2724 * @ctxt: an XML parser context
2808 * @ctxt: an XML parser context
2892 * @ctxt: an XML parser context
3032 * @ctxt: an XML parser context
3225 * @ctxt: an XML parser context
3228 * Note: the parser won't do substitution of entities here, this
3251 * by a non-validating parser as if declared CDATA.
3265 * @ctxt: an XML parser context
3343 * @ctxt: an XML parser context
3459 * @ctxt: an XML parser context
3612 * @ctxt: an XML parser context
3699 * @ctxt: an XML parser context
3782 * @ctxt: an XML parser context
3882 * @ctxt: an XML parser context
4033 * @ctxt: an XML parser context
4076 * @ctxt: an XML parser context
4137 * @ctxt: an XML parser context
4272 * @ctxt: an XML parser context
4340 * @ctxt: an XML parser context
4593 * @ctxt: an XML parser context
4656 * @ctxt: an XML parser context
4711 * @ctxt: an XML parser context
4762 * @ctxt: an XML parser context
4796 * @ctxt: an XML parser context
4872 * @ctxt: an XML parser context
5003 * @ctxt: an XML parser context
5107 * @ctxt: an XML parser context
5387 * @ctxt: an XML parser context
5431 * @ctxt: an XML parser context
5531 * if called from the parser. Avoid duplicating the
5546 * @ctxt: an XML parser context
5682 * @ctxt: an XML parser context
5753 * @ctxt: an XML parser context
5828 * @ctxt: an XML parser context
5897 * @ctxt: an XML parser context
5902 * or if the parser was asked to switch to that mode.
6308 * @ctxt: an XML parser context
6471 * @ctxt: an XML parser context
6640 * @ctxt: an XML parser context
6762 * @ctxt: an XML parser context
6868 * @ctxt: an XML parser context
6943 * @ctxt: an XML parser context
7001 * @ctxt: an XML parser context
7095 * @ctxt: an XML parser context
7251 * @ctxt: an XML parser context
7315 * @ctxt: an XML parser context
7372 * @ctxt: an XML parser context
7396 * @ctxt: an XML parser context
7446 * @ctxt: an XML parser context
7520 * @ctxt: an XML parser context
7573 * @ctxt: an XML parser context
7599 * by a non-validating parser as if declared CDATA.
7731 * @ctxt: an XML parser context
7829 * @ctxt: an XML parser context
8230 * @ctxt: an XML parser context
8308 * @ctxt: an XML parser context
8408 * @ctxt: an XML parser context
8491 * @ctxt: an XML parser context
8666 * @ctxt: an XML parser context
8713 * @ctxt: an XML parser context
8760 * @ctxt: an XML parser context
8822 * @ctxt: an XML parser context
8907 * @ctxt: an XML parser context
8986 * @ctxt: an XML parser context
9082 * @ctxt: an XML parser context
9105 * @ctxt: an XML parser context
9114 * Returns 0, -1 in case of error. the parser context is augmented
9270 * @ctxt: an XML parser context
9278 * Returns 0, -1 in case of error. the parser context is augmented
9381 * @ctxt: an XML parser context
9390 * parser, do not use liberally.
9461 * @ctxt: an XML parser context
9585 * @ctxt: an XML parser context
9992 * of the parser.
10508 * @ctxt: an XML parser context
10610 * I/O front end functions to the parser *
10622 * Create a parser context for using the XML parser in push mode.
10630 * Returns the new parser context or NULL
10652 xmlErrMemory(NULL, "creating parser: out of memory\n");
10748 * @ctxt: an XML parser context
10750 * Blocks further parser processing
10773 * Create a parser context for using the XML parser with an existing
10776 * Returns the new parser context or NULL
10874 * generate a parser input from the I/O handler
11105 * the parser error code otherwise
11297 * @oldctxt: the previous parser context if available
11308 * the parser error code otherwise
11496 * the parser error code otherwise
11516 * called by the parser
11523 * the parser error code otherwise
11538 * @user_data: the user data field for the parser context
11543 * called by the parser
11549 * Returns XML_ERR_OK if the chunk is well balanced, and the parser
11719 * Returns XML_ERR_OK if the chunk is well balanced, and the parser
11920 * called by the parser
11927 * the parser error code otherwise
12143 * Create a parser context for an external entity
12147 * Returns the new parser context or NULL
12207 * Create a parser context for a file or URL content.
12211 * Returns the new parser context or NULL
12222 xmlErrMemory(NULL, "cannot allocate parser context");
12249 * Create a parser context for a file content.
12253 * Returns the new parser context or NULL
12275 * User data (void *) is stored within the parser context in the
12405 * @ctxt: an XML parser context
12409 * Setup the parser context to parse a new buffer; Clears any prior
12410 * contents from the parser context. The buffer parameter must not be
12500 * Create a parser context for an XML in-memory document.
12502 * Returns the new parser context or NULL
12557 * User data (void *) is stored within the parser context in the
12699 * Creates a parser context for an XML in-memory document.
12701 * Returns the new parser context or NULL
12832 * Initialization function for the XML parser.
12920 * @ctxt: an XML parser context
12922 * Reset a parser context
13012 * @ctxt: an XML parser context
13018 * Reset a push parser context
13118 * @ctxt: an XML parser context
13121 * Applies the options to the parser context
13218 * @ctxt: an XML parser context
13418 * @ctxt: an XML parser context
13425 * This reuses the existing @ctxt parser context
13452 * @ctxt: an XML parser context
13458 * This reuses the existing @ctxt parser context
13485 * @ctxt: an XML parser context
13493 * This reuses the existing @ctxt parser context
13528 * @ctxt: an XML parser context
13535 * This reuses the existing @ctxt parser context
13571 * @ctxt: an XML parser context
13580 * This reuses the existing @ctxt parser context