bool QXmlDefaultHandler_QtDShell::__override_ignorableWhitespace(const QString& ch0, bool static_call) { if (static_call) { return QXmlDefaultHandler::ignorableWhitespace((const QString& )ch0); } else { return ignorableWhitespace((const QString& )ch0); } }
void TextImpl::setIgnorableWhitespace(bool ignorable) { ignorableWhitespace(ignorable); }
bool TextImpl::isIgnorableWhitespace() { return ignorableWhitespace(); }