Home
last modified time | relevance | path

Searched refs:isStandalone (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
DSAX.c50 hdlr->isStandalone = xmlSAX2IsStandalone; in initxmlDefaultSAXHandler()
98 hdlr->isStandalone = NULL; in inithtmlDefaultSAXHandler()
145 hdlr->isStandalone = xmlSAX2IsStandalone; in initdocbDefaultSAXHandler()
Dlegacy.c206 *((isStandaloneSAXFunc *) result) = ctxt->sax->isStandalone; in xmlGetFeature()
324 ctxt->sax->isStandalone = *((isStandaloneSAXFunc *) value); in xmlSetFeature()
829 isStandalone(void *ctx) in isStandalone() function
DSAX2.c2749 hdlr->isStandalone = xmlSAX2IsStandalone; in xmlSAXVersion()
2825 hdlr->isStandalone = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
2883 hdlr->isStandalone = xmlSAX2IsStandalone; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28084 (ctxt->user_sax->isStandalone != NULL)) in isStandaloneSplit()
28085 return(ctxt->user_sax->isStandalone(ctxt->user_data)); in isStandaloneSplit()
28449 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()
28450 ret->schemas_sax.isStandalone = isStandaloneSplit; in xmlSchemaSAXPlug()
/external/libxml2/include/libxml/
DSAX.h40 isStandalone (void *ctx);
Dparser.h709 isStandaloneSAXFunc isStandalone; member
750 isStandaloneSAXFunc isStandalone; member