Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2IgnorableWhitespace

2585  * xmlSAX2IgnorableWhitespace:
2594 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED)
2599 "SAX.xmlSAX2IgnorableWhitespace(%.30s, %d)\n", ch, len);
2914 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
2972 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;