Home | History | Annotate | Download | only in libxml2

Lines Matching refs:processingInstruction

28244         (ctxt->user_sax->processingInstruction != NULL))
28245 ctxt->user_sax->processingInstruction(ctxt->user_data, target, data);
28475 if (old_sax->processingInstruction != NULL)
28476 ret->schemas_sax.processingInstruction = processingInstructionSplit;