Home
last modified time | relevance | path

Searched refs:entityDecl (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/
DSAX.c56 hdlr->entityDecl = xmlSAX2EntityDecl; in initxmlDefaultSAXHandler()
104 hdlr->entityDecl = NULL; in inithtmlDefaultSAXHandler()
151 hdlr->entityDecl = xmlSAX2EntityDecl; in initdocbDefaultSAXHandler()
Dlegacy.c218 *((entityDeclSAXFunc *) result) = ctxt->sax->entityDecl; in xmlGetFeature()
336 ctxt->sax->entityDecl = *((entityDeclSAXFunc *) value); in xmlSetFeature()
974 entityDecl(void *ctx, const xmlChar * name, int type, in entityDecl() function
DSAX2.c2755 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAXVersion()
2831 hdlr->entityDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
2889 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAX2InitDocbDefaultSAXHandler()
Dparser.c5029 (!ctxt->disableSAX) && (ctxt->sax->entityDecl != NULL)) in xmlParseEntityDecl()
5030 ctxt->sax->entityDecl(ctxt->userData, name, in xmlParseEntityDecl()
5061 (ctxt->sax->entityDecl != NULL)) in xmlParseEntityDecl()
5062 ctxt->sax->entityDecl(ctxt->userData, name, in xmlParseEntityDecl()
5074 (!ctxt->disableSAX) && (ctxt->sax->entityDecl != NULL)) in xmlParseEntityDecl()
5075 ctxt->sax->entityDecl(ctxt->userData, name, in xmlParseEntityDecl()
5145 (!ctxt->disableSAX) && (ctxt->sax->entityDecl != NULL)) in xmlParseEntityDecl()
5146 ctxt->sax->entityDecl(ctxt->userData, name, in xmlParseEntityDecl()
Dxmlschemas.c28158 (ctxt->user_sax->entityDecl != NULL)) in entityDeclSplit()
28159 ctxt->user_sax->entityDecl(ctxt->user_data, name, type, publicId, in entityDeclSplit()
28459 if (old_sax->entityDecl != NULL) in xmlSchemaSAXPlug()
28460 ret->schemas_sax.entityDecl = entityDeclSplit; in xmlSchemaSAXPlug()
/external/libxml2/include/libxml/
DSAX.h68 entityDecl (void *ctx,
Dparser.h715 entityDeclSAXFunc entityDecl; member
756 entityDeclSAXFunc entityDecl; member
/external/webkit/WebCore/dom/
DXMLTokenizerLibxml2.cpp1289 sax.entityDecl = xmlSAX2EntityDecl; in initializeParserContext()