HomeSort by relevance Sort by last modified time
    Searched refs:xmlSAXHandlerPtr (Results 1 - 17 of 17) sorted by null

  /external/libxml2/include/libxml/
parser.h 879 xmlSAXUserParseFile (xmlSAXHandlerPtr sax,
883 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
888 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
892 xmlSAXParseMemory (xmlSAXHandlerPtr sax,
897 xmlSAXParseMemoryWithData (xmlSAXHandlerPtr sax,
903 xmlSAXParseFile (xmlSAXHandlerPtr sax,
907 xmlSAXParseFileWithData (xmlSAXHandlerPtr sax,
912 xmlSAXParseEntity (xmlSAXHandlerPtr sax,
920 xmlSAXParseDTD (xmlSAXHandlerPtr sax,
927 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 214 xmlSAXHandlerPtr sax,
    [all...]
xmllint.c 883 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct;
884 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...]

Completed in 455 milliseconds