Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2NotationDecl

808  * xmlSAX2NotationDecl:
817 xmlSAX2NotationDecl(void *ctx, const xmlChar *name,
828 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
833 "SAX.xmlSAX2NotationDecl(%s) externalID or PublicID missing\n",
844 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
2828 hdlr->notationDecl = xmlSAX2NotationDecl;