Home | History | Annotate | Download | only in libxml2

Lines Matching refs:parsing

419             errmsg = "parsing XML declaration: '?>' expected\n";
2258 * parse Reference declarations, variant parsing from a string rather
3090 * We still keep compatibility to pre-revision5 parsing semantic if the
3415 * (specialized for endtag parsing)
3661 * In practice it means we stop the loop only when back at parsing
3757 * of xmlParseAttValue() when the attribute parsing requires handling
4357 * of xmlParseCharData() when the parsing requires handling
4445 * @strict: indicate whether we should restrict parsing to only
4503 * "S SystemLiteral" is not detected. From a purely parsing
4860 * This will add the given catalog to the parsing context in order
5465 * Returns: the notation attribute tree built while parsing
5535 * Returns: the enumeration attribute tree built while parsing
5595 * @tree: the enumeration tree built while parsing
5629 * @tree: the enumeration tree built while parsing
6642 * the replacement is done before parsing stage
6710 * The XML REC instructs us to stop parsing right here
6769 * The XML REC instructs us to stop parsing right here
6914 * The first reference to the entity trigger a parsing phase
6916 * the parsing.
6957 * Store the number of entities needing parsing for this entity
7033 * on the parsing modes.
7039 * though parsing for first checking go though the entity
7717 * The XML REC instructs us to stop parsing
8104 "error parsing attribute name\n");
8284 "xmlParseStartTag: problem parsing attributes\n");
8511 * (specialized for endtag parsing)
8745 "error parsing attribute name\n");
8838 * This routine is called when running SAX2 parsing
9104 "xmlParseStartTag: problem parsing attributes\n");
9516 * parsing returns it's Name, create the node
9660 * end of parsing of this node.
9691 * end of parsing of this node.
9940 * Non standard parsing, allowing the user to ignore encoding
10158 * The XML REC instructs us to stop parsing right here
10231 * as a result of the parsing.
10296 * The XML REC instructs us to stop parsing right here
10345 * Time to start parsing the tree itself
10410 * as a result of the parsing.
10466 * The XML REC instructs us to stop parsing right here
10506 * Progressive parsing interfaces *
10523 * Returns the index to the current parsing point if the full sequence
10719 * Try to progress on parsing
10721 * Returns zero if no parsing was possible
10835 * Document parsing is done !
10899 "PP: Parsing XML Decl\n");
10904 * The XML REC instructs us to stop parsing right
11277 "PP: Parsing PI\n");
11289 "PP: Parsing Comment\n");
11307 "PP: Parsing internal subset\n");
11364 "PP: Parsing PI\n");
11374 "PP: Parsing Comment\n");
11408 "PP: Parsing PI\n");
11419 "PP: Parsing Comment\n");
11440 * Sorry but progressive parsing of the internal subset
11443 * the parsing is launched only at that point.
12030 * Front ends when parsing a DTD *
12310 * Front ends when parsing an Entity *
12316 * @ctx: the existing parsing context
12321 * Parse an external general entity within an existing parsing context
12681 * done when parsing that reference.
12773 * @oldctxt: the existing parsing context
12942 * done when parsing that reference.
13038 * When parsing in context, it makes no sense to add implied
13214 * the parsed chunk is not well balanced, assuming the parsing succeeded to
13362 * It use the given SAX function block to handle the parsing callback.
13509 * Front ends when parsing from a file *
13583 * It use the given SAX function block to handle the parsing callback.
13651 * It use the given SAX function block to handle the parsing callback.
13734 xmlErrMemory(NULL, "parsing new buffer: out of memory\n");
13799 * Front ends when parsing from memory *
13862 * to handle the parsing callback. If sax is NULL, fallback to the default
13917 * to handle the parsing callback. If sax is NULL, fallback to the default
13965 * A better SAX parsing routine.
14036 * It use the given SAX function block to handle the parsing callback.