Searched refs:xmlSAXHandlerPtr (Results 1 – 17 of 17) sorted by relevance
/external/libxml2/include/libxml/ |
D | parser.h | 871 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 …]
|
D | xmlschemas.h | 191 xmlSAXHandlerPtr sax, 209 xmlSAXHandlerPtr *sax,
|
D | DOCBparser.h | 36 typedef xmlSAXHandlerPtr docbSAXHandlerPtr;
|
D | HTMLparser.h | 31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr;
|
D | tree.h | 44 typedef xmlSAXHandler *xmlSAXHandlerPtr; typedef
|
/external/libxslt/libxslt/ |
D | transform.h | 73 xmlSAXHandlerPtr SAX, 80 xmlSAXHandlerPtr SAX,
|
D | transform.c | 6322 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, in xsltRunStylesheetUser() 6383 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf) in xsltRunStylesheet()
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParser.h | 168 … static PassRefPtr<XMLParserContext> createMemoryParser(xmlSAXHandlerPtr, void*, const char*); 169 static PassRefPtr<XMLParserContext> createStringParser(xmlSAXHandlerPtr, void*);
|
D | XMLDocumentParserLibxml2.cpp | 483 PassRefPtr<XMLParserContext> XMLParserContext::createStringParser(xmlSAXHandlerPtr handlers, void* … in createStringParser() 503 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* … in createMemoryParser()
|
/external/libxml2/ |
D | legacy.c | 202 *((xmlSAXHandlerPtr *) result) = ctxt->sax; in xmlGetFeature() 320 ctxt->sax = *((xmlSAXHandlerPtr *) value); in xmlSetFeature()
|
D | parser.c | 206 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 …]
|
D | xmllint.c | 874 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()
|
D | SAX2.c | 2805 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1); in xmlDefaultSAXHandlerInit() 2862 xmlSAX2InitHtmlDefaultSAXHandler((xmlSAXHandlerPtr) &htmlDefaultSAXHandler); in htmlDefaultSAXHandlerInit() 2920 xmlSAX2InitDocbDefaultSAXHandler((xmlSAXHandlerPtr) &docbDefaultSAXHandler); in docbDefaultSAXHandlerInit()
|
D | parserInternals.c | 1706 (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler)) in xmlFreeParserCtxt()
|
D | xmlschemas.c | 975 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()
|
D | HTMLparser.c | 4330 if (sax == NULL) ctxt->sax = (xmlSAXHandlerPtr) &htmlDefaultSAXHandler; in htmlInitParserCtxt() 5449 if (ctxt->sax != (xmlSAXHandlerPtr) &htmlDefaultSAXHandler) in htmlCreatePushParserCtxt()
|
D | xmlreader.c | 123 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */
|