Home | History | Annotate | Download | only in src

Lines Matching refs:xmlSAX2ElementDecl

762  * xmlSAX2ElementDecl:
771 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type,
782 "SAX.xmlSAX2ElementDecl(%s, %d, ...)\n", name, type);
793 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
2777 hdlr->elementDecl = xmlSAX2ElementDecl;