Home | History | Annotate | Download | only in libxml2

Lines Matching refs:Parsing

352  * That's an heuristic, since it's operating outside of parsing it could
3419 "error parsing attribute name\n", NULL, NULL);
3752 "htmlParseStartTag: problem parsing attributes\n",
3851 * If the name read is not one of the element in the parsing stack
4041 * Has this node been popped out during parsing of
4096 * parsing returns it's Name, create the node
4204 * end of parsing of this node.
4351 * end of parsing of this node.
4447 * Has this node been popped out during parsing of
4510 * parsing returns it's Name, create the node
4567 * as a result of the parsing.
4661 * Time to start parsing the tree itself
4953 * Progressive parsing interfaces *
4972 * Returns the index to the current parsing point if the full sequence
5101 * Returns the index to the current parsing point if a stopChar
5168 * Try to progress on parsing
5170 * Returns zero if no parsing was possible
5262 * Document parsing is done !
5296 "HPP: Parsing internal subset\n");
5329 "HPP: Parsing Comment\n");
5339 "HPP: Parsing PI\n");
5353 "HPP: Parsing internal subset\n");
5389 "HPP: Parsing Comment\n");
5399 "HPP: Parsing PI\n");
5436 "HPP: Parsing Comment\n");
5446 "HPP: Parsing PI\n");
5537 * end of parsing of this node.
5658 "HPP: Parsing Comment\n");
5668 "HPP: Parsing PI\n");
5697 "HPP: Parsing Reference\n");
5714 "HPP: Parsing char data\n");
6198 * It use the given SAX function block to handle the parsing callback.