Home | History | Annotate | Download | only in libxml2

Lines Matching refs:startElementNs

969         ((ctxt->sax->startElementNs != NULL) ||
9022 if ((ctxt->sax != NULL) && (ctxt->sax->startElementNs != NULL) &&
9025 ctxt->sax->startElementNs(ctxt->userData, localname, prefix,
9029 ctxt->sax->startElementNs(ctxt->userData, localname, prefix,
14191 ctxt->sax->startElementNs = NULL;