Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ignorableWhitespace

28387         (ctxt->user_sax->ignorableWhitespace != NULL))
28388 ctxt->user_sax->ignorableWhitespace(ctxt->user_data, ch, len);
28511 ret->schemas_sax.ignorableWhitespace = xmlSchemaSAXHandleText;
28570 * Note that we use the same text-function for ignorableWhitespace
28575 if ((old_sax->ignorableWhitespace != NULL) &&
28576 (old_sax->ignorableWhitespace != old_sax->characters))
28577 ret->schemas_sax.ignorableWhitespace = ignorableWhitespaceSplit;
28579 ret->schemas_sax.ignorableWhitespace = charactersSplit;