Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h432 typedef void (*attributeDeclSAXFunc)(void *ctx, typedef
717 attributeDeclSAXFunc attributeDecl;
758 attributeDeclSAXFunc attributeDecl;
/external/libxml2/
Dlegacy.c222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl; in xmlGetFeature()
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value); in xmlSetFeature()