Home | History | Annotate | Download | only in libxml2

Lines Matching refs:notationDecl

28194         (ctxt->user_sax->notationDecl != NULL))
28195 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId,
28461 if (old_sax->notationDecl != NULL)
28462 ret->schemas_sax.notationDecl = notationDeclSplit;