Home
last modified time | relevance | path

Searched refs:xmlSAXHandler (Results 1 – 24 of 24) sorted by relevance

/external/libxml2/include/libxml/
DSAX2.h156 xmlSAXVersion (xmlSAXHandler *hdlr,
159 xmlSAX2InitDefaultSAXHandler (xmlSAXHandler *hdlr,
163 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr);
169 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr);
DDOCBparser.h35 typedef xmlSAXHandler docbSAXHandler;
DHTMLparser.h30 typedef xmlSAXHandler htmlSAXHandler;
Dtree.h44 typedef struct _xmlSAXHandler xmlSAXHandler; typedef
45 typedef xmlSAXHandler *xmlSAXHandlerPtr;
/external/libxml2/os400/libxmlrpg/
DSAX2.rpgle224 d hdlr likeds(xmlSAXHandler)
230 d hdlr likeds(xmlSAXHandler)
237 d hdlr likeds(xmlSAXHandler)
247 d hdlr likeds(xmlSAXHandler)
DDOCBparser.rpgle34 d likeds(xmlSAXHandler)
DHTMLparser.rpgle43 d likeds(xmlSAXHandler)
Dparser.rpgle342 * xmlSAXHandler:
723 d xmlSAXHandler ds based(xmlSAXHandlerPtr)
/external/libxml2/
DtestSAX.c203 static xmlSAXHandler emptySAXHandlerStruct = {
836 static xmlSAXHandler debugSAXHandlerStruct = {
960 static xmlSAXHandler debugSAX2HandlerStruct = {
DtestHTML.c53 static xmlSAXHandler emptySAXHandlerStruct = {
577 static xmlSAXHandler debugSAXHandlerStruct = {
Druntest.c777 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()
DSAX2.c2866 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()
DparserInternals.c1609 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlInitParserCtxt()
Dxmllint.c836 static xmlSAXHandler emptySAXHandlerStruct = {
1459 static xmlSAXHandler debugSAXHandlerStruct = {
1583 static xmlSAXHandler debugSAX2HandlerStruct = {
Dtestlimits.c1205 static xmlSAXHandler callbackSAX2HandlerStruct = {
Dxmlreader.c2101 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlNewTextReader()
5163 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlTextReaderSetup()
Dxmlwriter.c363 xmlSAXHandler saxHandler; in xmlNewTextWriterDoc()
426 xmlSAXHandler saxHandler; in xmlNewTextWriterTree()
Dparser.c12371 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()
Dtestapi.c4608 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()
Dxmlschemas.c28299 xmlSAXHandler schemas_sax;
/external/libxml2/doc/html/
Dindex.sgml249 <ANCHOR id="xmlSAXHandler" href="libxml/libxml-parser.html#xmlSAXHandler">
481 <ANCHOR id="xmlSAXHandler" href="libxml/libxml-tree.html#xmlSAXHandler">
/external/libxml2/python/
Dlibxml.c1409 static xmlSAXHandler pythonSaxHandler = {
/external/ImageMagick/coders/
Dsvg.c3211 xmlSAXHandler in ReadSVGImage()
Dmsl.c7810 xmlSAXHandler in ProcessMSLScript()