Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ignorableWhitespace

28309         (ctxt->user_sax->ignorableWhitespace != NULL))
28310 ctxt->user_sax->ignorableWhitespace(ctxt->user_data, ch, len);
28433 ret->schemas_sax.ignorableWhitespace = xmlSchemaSAXHandleText;
28492 * Note that we use the same text-function for ignorableWhitespace
28497 if ((old_sax->ignorableWhitespace != NULL) &&
28498 (old_sax->ignorableWhitespace != old_sax->characters))
28499 ret->schemas_sax.ignorableWhitespace = ignorableWhitespaceSplit;
28501 ret->schemas_sax.ignorableWhitespace = charactersSplit;