Searched refs:xmlSAXHandler (Results 1 – 24 of 24) sorted by relevance
/external/libxml2/include/libxml/ |
D | SAX2.h | 156 xmlSAXVersion (xmlSAXHandler *hdlr, 159 xmlSAX2InitDefaultSAXHandler (xmlSAXHandler *hdlr, 163 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr); 169 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr);
|
D | DOCBparser.h | 35 typedef xmlSAXHandler docbSAXHandler;
|
D | HTMLparser.h | 30 typedef xmlSAXHandler htmlSAXHandler;
|
D | tree.h | 44 typedef struct _xmlSAXHandler xmlSAXHandler; typedef 45 typedef xmlSAXHandler *xmlSAXHandlerPtr;
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 224 d hdlr likeds(xmlSAXHandler) 230 d hdlr likeds(xmlSAXHandler) 237 d hdlr likeds(xmlSAXHandler) 247 d hdlr likeds(xmlSAXHandler)
|
D | DOCBparser.rpgle | 34 d likeds(xmlSAXHandler)
|
D | HTMLparser.rpgle | 43 d likeds(xmlSAXHandler)
|
D | parser.rpgle | 342 * xmlSAXHandler: 723 d xmlSAXHandler ds based(xmlSAXHandlerPtr)
|
/external/libxml2/ |
D | testSAX.c | 203 static xmlSAXHandler emptySAXHandlerStruct = { 836 static xmlSAXHandler debugSAXHandlerStruct = { 960 static xmlSAXHandler debugSAX2HandlerStruct = {
|
D | testHTML.c | 53 static xmlSAXHandler emptySAXHandlerStruct = { 577 static xmlSAXHandler debugSAXHandlerStruct = {
|
D | SAX2.c | 2849 xmlSAXVersion(xmlSAXHandler *hdlr, int version) in xmlSAXVersion() 2904 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning) in xmlSAX2InitDefaultSAXHandler() 2938 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitHtmlDefaultSAXHandler() 2996 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitDocbDefaultSAXHandler()
|
D | runtest.c | 775 static xmlSAXHandler emptySAXHandlerStruct = { 1403 static xmlSAXHandler debugSAXHandlerStruct = { 1527 static xmlSAXHandler debugSAX2HandlerStruct = { 1642 static xmlSAXHandler debugHTMLSAXHandlerStruct = {
|
D | parserInternals.c | 1601 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlInitParserCtxt()
|
D | xmllint.c | 851 static xmlSAXHandler emptySAXHandlerStruct = { 1474 static xmlSAXHandler debugSAXHandlerStruct = { 1598 static xmlSAXHandler debugSAX2HandlerStruct = {
|
D | testlimits.c | 1205 static xmlSAXHandler callbackSAX2HandlerStruct = {
|
D | xmlreader.c | 2097 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlNewTextReader() 5159 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlTextReaderSetup()
|
D | xmlwriter.c | 369 xmlSAXHandler saxHandler; in xmlNewTextWriterDoc() 432 xmlSAXHandler saxHandler; in xmlNewTextWriterTree()
|
D | parser.c | 12638 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12645 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12647 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12790 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt() 12796 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt() 12798 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
|
D | testapi.c | 4583 static xmlSAXHandler * gen_xmlSAXHandler_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlSAXHandler_ptr() 4586 static void des_xmlSAXHandler_ptr(int no ATTRIBUTE_UNUSED, xmlSAXHandler * val ATTRIBUTE_UNUSED, in… in des_xmlSAXHandler_ptr() 4594 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitDefaultSAXHandler() 4632 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitDocbDefaultSAXHandler() 4664 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitHtmlDefaultSAXHandler() 5259 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAXVersion()
|
D | xmlschemas.c | 28238 xmlSAXHandler schemas_sax;
|
/external/libxml2/doc/html/ |
D | index.sgml | 249 <ANCHOR id="xmlSAXHandler" href="libxml/libxml-parser.html#xmlSAXHandler"> 481 <ANCHOR id="xmlSAXHandler" href="libxml/libxml-tree.html#xmlSAXHandler">
|
/external/libxml2/python/ |
D | libxml.c | 1409 static xmlSAXHandler pythonSaxHandler = {
|
/external/ImageMagick/coders/ |
D | svg.c | 2808 xmlSAXHandler in ReadSVGImage()
|
D | msl.c | 7712 xmlSAXHandler in ProcessMSLScript()
|