Home
last modified time | relevance | path

Searched refs:notationDecl (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gettext/gnulib-local/lib/libxml/
DSAX.c87 hdlr->notationDecl = xmlSAX2NotationDecl; in initxmlDefaultSAXHandler()
135 hdlr->notationDecl = NULL; in inithtmlDefaultSAXHandler()
182 hdlr->notationDecl = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c249 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl; in xmlGetFeature()
367 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value); in xmlSetFeature()
1063 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
DSAX.in.h116 notationDecl (void *ctx,
Dparser.in.h756 notationDeclSAXFunc notationDecl; member
797 notationDeclSAXFunc notationDecl; member
DSAX2.c2923 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion()
2999 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
3057 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28459 (ctxt->user_sax->notationDecl != NULL)) in notationDeclSplit()
28460 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId, in notationDeclSplit()
28726 if (old_sax->notationDecl != NULL) in xmlSchemaSAXPlug()
28727 ret->schemas_sax.notationDecl = notationDeclSplit; in xmlSchemaSAXPlug()
Dparser.c5328 (ctxt->sax->notationDecl != NULL)) in xmlParseNotationDecl()
5329 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid); in xmlParseNotationDecl()
/third_party/libxml2/
DSAX.c59 hdlr->notationDecl = xmlSAX2NotationDecl; in initxmlDefaultSAXHandler()
107 hdlr->notationDecl = NULL; in inithtmlDefaultSAXHandler()
154 hdlr->notationDecl = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl; in xmlGetFeature()
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value); in xmlSetFeature()
1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
DSAX2.c2870 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion()
2946 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
3004 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dlibxml2.syms109 notationDecl;
Dxmlschemas.c28628 (ctxt->user_sax->notationDecl != NULL)) in notationDeclSplit()
28629 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId, in notationDeclSplit()
28895 if (old_sax->notationDecl != NULL) in xmlSchemaSAXPlug()
28896 ret->schemas_sax.notationDecl = notationDeclSplit; in xmlSchemaSAXPlug()
/third_party/python/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
Dsaxutils.py293 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase
294 self._dtd_handler.notationDecl(name, publicId, systemId)
Dexpatreader.py404 self._dtd_handler.notationDecl(name, pubid, sysid)
/third_party/libxml2/include/libxml/
DSAX.h88 notationDecl (void *ctx,
Dparser.h729 notationDeclSAXFunc notationDecl; member
770 notationDeclSAXFunc notationDecl; member
/third_party/libxml2/os400/libxmlrpg/
DSAX.rpgle104 d notationDecl pr extproc('notationDecl')
Dparser.rpgle735 d notationDecl like(notationDeclSAXFunc)
789 d notationDecl like(notationDeclSAXFunc)
/third_party/expat/xmlwf/
Dxmlwf.c446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function
1224 XML_SetNotationDeclHandler(parser, notationDecl); in tmain()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function
1224 XML_SetNotationDeclHandler(parser, notationDecl); in tmain()
/third_party/libxml2/python/
Dlibxml.py230 def notationDecl(self, name, externalID, systemID): member in SAXCallback
/third_party/python/Doc/library/
Dxml.sax.handler.rst362 .. method:: DTDHandler.notationDecl(name, publicId, systemId)
/third_party/python/Lib/test/
Dtest_sax.py952 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
/third_party/libxml2/win32/
Dlibxml2.def.src435 notationDecl

12