Searched refs:unparsedEntityDecl (Results 1 – 8 of 8) sorted by relevance
60 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl; in initxmlDefaultSAXHandler()108 hdlr->unparsedEntityDecl = NULL; in inithtmlDefaultSAXHandler()155 hdlr->unparsedEntityDecl = NULL; in initdocbDefaultSAXHandler()
227 ctxt->sax->unparsedEntityDecl; in xmlGetFeature()344 ctxt->sax->unparsedEntityDecl = in xmlSetFeature()1053 unparsedEntityDecl(void *ctx, const xmlChar * name, in unparsedEntityDecl() function
2759 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl; in xmlSAXVersion()2835 hdlr->unparsedEntityDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()2893 hdlr->unparsedEntityDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
28206 (ctxt->user_sax->unparsedEntityDecl != NULL)) in unparsedEntityDeclSplit()28207 ctxt->user_sax->unparsedEntityDecl(ctxt->user_data, name, publicId, in unparsedEntityDeclSplit()28467 if (old_sax->unparsedEntityDecl != NULL) in xmlSchemaSAXPlug()28468 ret->schemas_sax.unparsedEntityDecl = unparsedEntityDeclSplit; in xmlSchemaSAXPlug()
5134 (ctxt->sax->unparsedEntityDecl != NULL)) in xmlParseEntityDecl()5135 ctxt->sax->unparsedEntityDecl(ctxt->userData, name, in xmlParseEntityDecl()
93 unparsedEntityDecl (void *ctx,
718 unparsedEntityDeclSAXFunc unparsedEntityDecl; member759 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
26475 (DocumentBuilder::unparsedEntityDecl):