Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h416 typedef void (*notationDeclSAXFunc)(void *ctx, typedef
716 notationDeclSAXFunc notationDecl;
757 notationDeclSAXFunc notationDecl;
/external/libxml2/
Dlegacy.c220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl; in xmlGetFeature()
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value); in xmlSetFeature()