Home
last modified time | relevance | path

Searched refs:startDocumentSAXFunc (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h483 typedef void (*startDocumentSAXFunc) (void *ctx); typedef
721 startDocumentSAXFunc startDocument;
762 startDocumentSAXFunc startDocument;
/external/libxml2/
Dlegacy.c232 *((startDocumentSAXFunc *) result) = ctxt->sax->startDocument; in xmlGetFeature()
350 ctxt->sax->startDocument = *((startDocumentSAXFunc *) value); in xmlSetFeature()