Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2ElementDecl

792  * xmlSAX2ElementDecl:
801 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type,
812 "SAX.xmlSAX2ElementDecl(%s, %d, ...)\n", name, type);
823 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
2877 hdlr->elementDecl = xmlSAX2ElementDecl;