Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h629 typedef int (*isStandaloneSAXFunc) (void *ctx); typedef
710 isStandaloneSAXFunc isStandalone;
751 isStandaloneSAXFunc isStandalone;
/external/libxml2/
Dlegacy.c206 *((isStandaloneSAXFunc *) result) = ctxt->sax->isStandalone; in xmlGetFeature()
324 ctxt->sax->isStandalone = *((isStandaloneSAXFunc *) value); in xmlSetFeature()