Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2InternalSubset

344  * xmlSAX2InternalSubset:
353 xmlSAX2InternalSubset(void *ctx, const xmlChar *name,
361 "SAX.xmlSAX2InternalSubset(%s, %s, %s)\n",
378 xmlSAX2ErrMemory(ctxt, "xmlSAX2InternalSubset");
2867 hdlr->internalSubset = xmlSAX2InternalSubset;
2943 hdlr->internalSubset = xmlSAX2InternalSubset;
3001 hdlr->internalSubset = xmlSAX2InternalSubset;