Home | History | Annotate | Download | only in libxml2

Lines Matching defs:handler

3024      * Handler for more complex cases
3177 * Handler for more complex cases
4055 * modified before passing it to the handler.
4512 * modified before passing it to the handler.
9746 xmlCharEncodingHandlerPtr handler;
9752 handler = xmlFindCharEncodingHandler((const char *) encoding);
9753 if (handler != NULL) {
9754 xmlSwitchToEncoding(ctxt, handler);
11520 * @sax: a SAX handler
11670 * @sax: a SAX handler
11674 * @ioctx: an I/O handler
11739 * @sax: the SAX handler block or NULL
11778 * generate a parser input from the I/O handler
11868 * @sax: the SAX handler block
12234 * @sax: the SAX handler bloc (possibly NULL)
12438 * @sax: the SAX handler bloc (possibly NULL)
12465 * @sax: the SAX handler bloc (possibly NULL)
12882 * @sax: the SAX handler bloc (possibly NULL)
13045 * @sax: the SAX handler block
13237 * @sax: the SAX handler block
13306 * @sax: the SAX handler block
13412 * @sax: a SAX handler
13416 * parse an XML file and call the given SAX handler routines.
13516 * @sax: the SAX handler block
13570 * @sax: the SAX handler block
13620 * @sax: a SAX handler
13626 * parse an XML in-memory buffer and call the given SAX handler routines.
13688 * @sax: the SAX handler block
14419 * @ioctx: an I/O handler
14616 * @ioctx: an I/O handler