Searched refs:xmlSAXHandler (Results 1 – 22 of 22) 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 | 216 d hdlr likeds(xmlSAXHandler) 222 d hdlr likeds(xmlSAXHandler) 229 d hdlr likeds(xmlSAXHandler) 239 d hdlr likeds(xmlSAXHandler)
|
D | DOCBparser.rpgle | 33 d likeds(xmlSAXHandler)
|
D | HTMLparser.rpgle | 42 d likeds(xmlSAXHandler)
|
D | parser.rpgle | 340 * xmlSAXHandler: 721 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 | 729 static xmlSAXHandler emptySAXHandlerStruct = { 1357 static xmlSAXHandler debugSAXHandlerStruct = { 1481 static xmlSAXHandler debugSAX2HandlerStruct = { 1596 static xmlSAXHandler debugHTMLSAXHandlerStruct = {
|
D | parserInternals.c | 1595 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlInitParserCtxt()
|
D | xmllint.c | 850 static xmlSAXHandler emptySAXHandlerStruct = { 1473 static xmlSAXHandler debugSAXHandlerStruct = { 1597 static xmlSAXHandler debugSAX2HandlerStruct = {
|
D | testlimits.c | 1205 static xmlSAXHandler callbackSAX2HandlerStruct = {
|
D | xmlreader.c | 2097 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlNewTextReader() 5153 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlTextReaderSetup()
|
D | xmlwriter.c | 369 xmlSAXHandler saxHandler; in xmlNewTextWriterDoc() 432 xmlSAXHandler saxHandler; in xmlNewTextWriterTree()
|
D | parser.c | 12581 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12588 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12590 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt() 12733 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt() 12739 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt() 12741 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 | 28218 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 = {
|