Home
last modified time | relevance | path

Searched refs:xmlSAXHandlerPtr (Results 1 – 17 of 17) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h871 xmlSAXUserParseFile (xmlSAXHandlerPtr sax,
875 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
880 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
884 xmlSAXParseMemory (xmlSAXHandlerPtr sax,
889 xmlSAXParseMemoryWithData (xmlSAXHandlerPtr sax,
895 xmlSAXParseFile (xmlSAXHandlerPtr sax,
899 xmlSAXParseFileWithData (xmlSAXHandlerPtr sax,
904 xmlSAXParseEntity (xmlSAXHandlerPtr sax,
912 xmlSAXParseDTD (xmlSAXHandlerPtr sax,
919 xmlIOParseDTD (xmlSAXHandlerPtr sax,
[all …]
Dxmlschemas.h191 xmlSAXHandlerPtr sax,
209 xmlSAXHandlerPtr *sax,
DDOCBparser.h36 typedef xmlSAXHandlerPtr docbSAXHandlerPtr;
DHTMLparser.h31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr;
Dtree.h44 typedef xmlSAXHandler *xmlSAXHandlerPtr; typedef
/external/libxslt/libxslt/
Dtransform.h73 xmlSAXHandlerPtr SAX,
80 xmlSAXHandlerPtr SAX,
Dtransform.c6322 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, in xsltRunStylesheetUser()
6383 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf) in xsltRunStylesheet()
/external/webkit/Source/WebCore/dom/
DXMLDocumentParser.h168 … static PassRefPtr<XMLParserContext> createMemoryParser(xmlSAXHandlerPtr, void*, const char*);
169 static PassRefPtr<XMLParserContext> createStringParser(xmlSAXHandlerPtr, void*);
DXMLDocumentParserLibxml2.cpp483 PassRefPtr<XMLParserContext> XMLParserContext::createStringParser(xmlSAXHandlerPtr handlers, void* … in createStringParser()
503 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* … in createMemoryParser()
/external/libxml2/
Dlegacy.c202 *((xmlSAXHandlerPtr *) result) = ctxt->sax; in xmlGetFeature()
320 ctxt->sax = *((xmlSAXHandlerPtr *) value); in xmlSetFeature()
Dparser.c206 xmlSAXHandlerPtr sax,
11538 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
11570 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreatePushParserCtxt()
11573 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt()
11683 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
11702 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreateIOParserCtxt()
11705 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
11750 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
11878 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
12040 xmlSAXHandlerPtr oldsax = NULL; in xmlParseCtxtExternalEntity()
[all …]
Dxmllint.c874 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct;
875 extern xmlSAXHandlerPtr debugSAXHandler;
1497 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct;
1621 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct;
1625 xmlSAXHandlerPtr handler; in testSAX()
1630 xmlSAXHandlerPtr old_sax = NULL; in testSAX()
DSAX2.c2805 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1); in xmlDefaultSAXHandlerInit()
2862 xmlSAX2InitHtmlDefaultSAXHandler((xmlSAXHandlerPtr) &htmlDefaultSAXHandler); in htmlDefaultSAXHandlerInit()
2920 xmlSAX2InitDocbDefaultSAXHandler((xmlSAXHandlerPtr) &docbDefaultSAXHandler); in docbDefaultSAXHandlerInit()
DparserInternals.c1706 (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler)) in xmlFreeParserCtxt()
Dxmlschemas.c975 xmlSAXHandlerPtr sax;
28045 xmlSAXHandlerPtr user_sax;
28048 xmlSAXHandlerPtr schemas_sax;
28057 xmlSAXHandlerPtr *user_sax_ptr;
28058 xmlSAXHandlerPtr user_sax;
28391 xmlSAXHandlerPtr *sax, void **user_data) in xmlSchemaSAXPlug()
28394 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug()
28534 xmlSAXHandlerPtr *sax; in xmlSchemaSAXUnplug()
28573 xmlSAXHandlerPtr sax, void *user_data) in xmlSchemaValidateStream()
28576 xmlSAXHandlerPtr old_sax = NULL; in xmlSchemaValidateStream()
DHTMLparser.c4330 if (sax == NULL) ctxt->sax = (xmlSAXHandlerPtr) &htmlDefaultSAXHandler; in htmlInitParserCtxt()
5449 if (ctxt->sax != (xmlSAXHandlerPtr) &htmlDefaultSAXHandler) in htmlCreatePushParserCtxt()
Dxmlreader.c123 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */