Searched refs:notationDecl (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX.c59 hdlr->notationDecl = xmlSAX2NotationDecl;
107 hdlr->notationDecl = NULL;
154 hdlr->notationDecl = NULL;
H A Dlegacy.c111 "SAX function notationDecl",
219 } else if (!strcmp(name, "SAX function notationDecl")) {
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
337 } else if (!strcmp(name, "SAX function notationDecl")) {
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
1024 * notationDecl:
1034 notationDecl(void *ctx, const xmlChar * name, function
1037 DEPRECATED("notationDecl")
H A DSAX2.c2916 hdlr->notationDecl = xmlSAX2NotationDecl;
2992 hdlr->notationDecl = NULL;
3050 hdlr->notationDecl = NULL;
H A Dlibxml2.syms109 notationDecl;
H A Dxmlschemas.c28347 (ctxt->user_sax->notationDecl != NULL))
28348 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId,
28614 if (old_sax->notationDecl != NULL)
28615 ret->schemas_sax.notationDecl = notationDeclSplit;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DSAX.c59 hdlr->notationDecl = xmlSAX2NotationDecl;
107 hdlr->notationDecl = NULL;
154 hdlr->notationDecl = NULL;
H A Dlegacy.c111 "SAX function notationDecl",
219 } else if (!strcmp(name, "SAX function notationDecl")) {
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
337 } else if (!strcmp(name, "SAX function notationDecl")) {
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
1024 * notationDecl:
1034 notationDecl(void *ctx, const xmlChar * name, function
1037 DEPRECATED("notationDecl")
H A DSAX2.c2778 hdlr->notationDecl = xmlSAX2NotationDecl;
2854 hdlr->notationDecl = NULL;
2912 hdlr->notationDecl = NULL;
H A Dlibxml2.syms109 notationDecl;
H A Dxmlschemas.c28266 (ctxt->user_sax->notationDecl != NULL))
28267 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId,
28533 if (old_sax->notationDecl != NULL)
28534 ret->schemas_sax.notationDecl = notationDeclSplit;
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DSAX.h88 notationDecl (void *ctx,
H A Dparser.h727 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandler
768 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandlerV1
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DSAX.h88 notationDecl (void *ctx,
H A Dparser.h724 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandler
765 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandlerV1
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dlibxml.py230 def notationDecl(self, name, externalID, systemID): member in class:SAXCallback
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py202 def notationDecl(self, name, externalID, systemID): member in class:SAXCallback
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.xs922 notationDecl(void *userData,
957 } /* End notationDecl */
1260 XML_SetNotationDeclHandler(cbv->p, notationDecl);
1636 nothndlr = notationDecl;

Completed in 332 milliseconds