Home | History | Annotate | Download | only in libxml

Lines Matching defs:sax

185     struct _xmlSAXHandler *sax;       /* The SAX handler */
186 void *userData; /* For SAX interface only, used by DOM build */
237 int disableSAX; /* SAX callbacks are disabled */
276 * Everything below is used only by the new SAX mode
278 int sax2; /* operating in the new SAX mode */
316 * A SAX Locator.
328 * A SAX handler is bunch of callbacks called by the parser when processing
341 * - override this resolveEntity() callback in the SAX block
478 * @loc: A SAX Locator
624 * Note: so far fatalError() SAX callbacks are not used, error()
660 * The SAX version 2 API extensions *
753 * SAX Version 1
871 * Less common routines and SAX interfaces
879 xmlSAXUserParseFile (xmlSAXHandlerPtr sax,
883 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
888 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
892 xmlSAXParseMemory (xmlSAXHandlerPtr sax,
897 xmlSAXParseMemoryWithData (xmlSAXHandlerPtr sax,
903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
907 xmlSAXParseFileWithData (xmlSAXHandlerPtr sax,
912 xmlSAXParseEntity (xmlSAXHandlerPtr sax,
920 xmlSAXParseDTD (xmlSAXHandlerPtr sax,
927 xmlIOParseDTD (xmlSAXHandlerPtr sax,
934 xmlSAXHandlerPtr sax,
949 xmlSAXHandlerPtr sax,
957 xmlSAXHandlerPtr sax,
1012 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax,
1029 xmlCreateIOParserCtxt (xmlSAXHandlerPtr sax,