/external/libxml2/include/libxml/ |
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...] |
DOCBparser.h | 36 typedef xmlSAXHandlerPtr docbSAXHandlerPtr;
|
xmlschemas.h | 191 xmlSAXHandlerPtr sax, 209 xmlSAXHandlerPtr *sax,
|
HTMLparser.h | 31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr;
|
tree.h | 44 typedef xmlSAXHandler *xmlSAXHandlerPtr; [all...] |
/external/libxslt/libxslt/ |
transform.h | 73 xmlSAXHandlerPtr SAX, 80 xmlSAXHandlerPtr SAX,
|
transform.c | [all...] |
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParser.h | 168 static PassRefPtr<XMLParserContext> createMemoryParser(xmlSAXHandlerPtr, void*, const char*); 169 static PassRefPtr<XMLParserContext> createStringParser(xmlSAXHandlerPtr, void*);
|
XMLDocumentParserLibxml2.cpp | 483 PassRefPtr<XMLParserContext> XMLParserContext::createStringParser(xmlSAXHandlerPtr handlers, void* userData) 503 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const char* chunk) [all...] |
/external/libxml2/ |
legacy.c | 202 *((xmlSAXHandlerPtr *) result) = ctxt->sax; 320 ctxt->sax = *((xmlSAXHandlerPtr *) value); [all...] |
parser.c | 206 xmlSAXHandlerPtr sax, [all...] |
xmllint.c | 874 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct; 875 extern xmlSAXHandlerPtr debugSAXHandler; [all...] |
SAX2.c | [all...] |
parserInternals.c | [all...] |
HTMLparser.c | [all...] |
xmlschemas.c | 975 xmlSAXHandlerPtr sax; [all...] |
xmlreader.c | 123 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ [all...] |