Lines Matching refs:parsing
484 errmsg = "parsing XML declaration: '?>' expected";
2360 * parse Reference declarations, variant parsing from a string rather
3234 * We still keep compatibility to pre-revision5 parsing semantic if the
3626 * (specialized for endtag parsing)
3914 * In practice it means we stop the loop only when back at parsing
4016 * of xmlParseAttValue() when the attribute parsing requires handling
4675 * of xmlParseCharData() when the parsing requires handling
4765 * @strict: indicate whether we should restrict parsing to only
4823 * "S SystemLiteral" is not detected. From a purely parsing
5209 * This will add the given catalog to the parsing context in order
5837 * Returns: the notation attribute tree built while parsing
5907 * Returns: the enumeration attribute tree built while parsing
5967 * @tree: the enumeration tree built while parsing
6001 * @tree: the enumeration tree built while parsing
7035 * the replacement is done before parsing stage
7103 * The XML REC instructs us to stop parsing right here
7162 * The XML REC instructs us to stop parsing right here
7307 * The first reference to the entity trigger a parsing phase
7309 * the parsing.
7311 * required for a non-validating parser, unless the parsing option
7358 * Store the number of entities needing parsing for this entity
7437 * on the parsing modes.
7443 * though parsing for first checking go though the entity
8156 * The XML REC instructs us to stop parsing
8563 "error parsing attribute name\n");
8743 "xmlParseStartTag: problem parsing attributes\n");
8970 * (specialized for endtag parsing)
9267 "error parsing attribute name\n");
9360 * This routine is called when running SAX2 parsing
9660 "xmlParseStartTag: problem parsing attributes\n");
10103 * parsing returns it's Name, create the node
10247 * end of parsing of this node.
10280 * end of parsing of this node.
10533 * Non standard parsing, allowing the user to ignore encoding
10758 * The XML REC instructs us to stop parsing right here
10832 * as a result of the parsing.
10901 * The XML REC instructs us to stop parsing right here
10960 * Time to start parsing the tree itself
11025 * as a result of the parsing.
11081 * The XML REC instructs us to stop parsing right here
11125 * Progressive parsing interfaces *
11142 * Returns the index to the current parsing point if the full sequence
11339 * Try to progress on parsing
11341 * Returns zero if no parsing was possible
11455 * Document parsing is done !
11519 "PP: Parsing XML Decl\n");
11524 * The XML REC instructs us to stop parsing right
11914 "PP: Parsing PI\n");
11932 "PP: Parsing Comment\n");
11955 "PP: Parsing internal subset\n");
12019 "PP: Parsing PI\n");
12035 "PP: Parsing Comment\n");
12075 "PP: Parsing PI\n");
12091 "PP: Parsing Comment\n");
12115 * Sorry but progressive parsing of the internal subset
12118 * the parsing is launched only at that point.
12345 * processed immediately or one need more data to advance on parsing.
12502 * a good idea to try parsing if there is nothing in the chunk
12818 * Front ends when parsing a DTD *
13104 * Front ends when parsing an Entity *
13110 * @ctx: the existing parsing context
13115 * Parse an external general entity within an existing parsing context
13485 * done when parsing that reference.
13579 * @oldctxt: the existing parsing context
13748 * done when parsing that reference.
13844 * When parsing in context, it makes no sense to add implied
13886 /* parsing in context, i.e. as within existing content */
14021 * the parsed chunk is not well balanced, assuming the parsing succeeded to
14169 * It use the given SAX function block to handle the parsing callback.
14316 * Front ends when parsing from a file *
14390 * It use the given SAX function block to handle the parsing callback.
14458 * It use the given SAX function block to handle the parsing callback.
14541 xmlErrMemory(NULL, "parsing new buffer: out of memory\n");
14606 * Front ends when parsing from memory *
14667 * to handle the parsing callback. If sax is NULL, fallback to the default
14722 * to handle the parsing callback. If sax is NULL, fallback to the default
14770 * A better SAX parsing routine.
14841 * It use the given SAX function block to handle the parsing callback.