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 | runtest.c | 777 static xmlSAXHandler emptySAXHandlerStruct = { 1405 static xmlSAXHandler debugSAXHandlerStruct = { 1529 static xmlSAXHandler debugSAX2HandlerStruct = { 1644 static xmlSAXHandler debugHTMLSAXHandlerStruct = { 1724 memcpy(ctxt->sax, emptySAXHandler, sizeof(xmlSAXHandler)); in saxParseTest() 1749 memcpy(ctxt->sax, debugSAXHandler, sizeof(xmlSAXHandler)); in saxParseTest() 1752 memcpy(ctxt->sax, debugSAX2Handler, sizeof(xmlSAXHandler)); in saxParseTest()
|
D | SAX2.c | 2866 xmlSAXVersion(xmlSAXHandler *hdlr, int version) in xmlSAXVersion() 2921 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning) in xmlSAX2InitDefaultSAXHandler() 2955 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitHtmlDefaultSAXHandler() 3013 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitDocbDefaultSAXHandler()
|
D | parserInternals.c | 1609 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlInitParserCtxt()
|
D | xmllint.c | 836 static xmlSAXHandler emptySAXHandlerStruct = { 1459 static xmlSAXHandler debugSAXHandlerStruct = { 1583 static xmlSAXHandler debugSAX2HandlerStruct = {
|
D | testlimits.c | 1205 static xmlSAXHandler callbackSAX2HandlerStruct = {
|
D | xmlreader.c | 2101 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlNewTextReader() 5163 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlTextReaderSetup()
|
D | xmlwriter.c | 363 xmlSAXHandler saxHandler; in xmlNewTextWriterDoc() 426 xmlSAXHandler saxHandler; in xmlNewTextWriterTree()
|
D | parser.c | 12371 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12378 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12380 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12531 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt() 12537 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt() 12539 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
|
D | testapi.c | 4608 static xmlSAXHandler * gen_xmlSAXHandler_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlSAXHandler_ptr() 4611 static void des_xmlSAXHandler_ptr(int no ATTRIBUTE_UNUSED, xmlSAXHandler * val ATTRIBUTE_UNUSED, in… in des_xmlSAXHandler_ptr() 4619 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitDefaultSAXHandler() 4657 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitDocbDefaultSAXHandler() 4689 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitHtmlDefaultSAXHandler() 5284 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAXVersion()
|
D | xmlschemas.c | 28299 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 | 3211 xmlSAXHandler in ReadSVGImage()
|
D | msl.c | 7810 xmlSAXHandler in ProcessMSLScript()
|