Home
last modified time | relevance | path

Searched refs:startElementSAXFunc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h496 typedef void (*startElementSAXFunc) (void *ctx, typedef
720 startElementSAXFunc startElement;
761 startElementSAXFunc startElement;
/external/libxml2/
Dlegacy.c236 *((startElementSAXFunc *) result) = ctxt->sax->startElement; in xmlGetFeature()
354 ctxt->sax->startElement = *((startElementSAXFunc *) value); in xmlSetFeature()
Dxmlreader.c104 startElementSAXFunc startElement;/* initial SAX callbacks */