summaryrefslogtreecommitdiffstats
path: root/src/xml/qxml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/qxml.cpp')
-rw-r--r--src/xml/qxml.cpp96
1 files changed, 48 insertions, 48 deletions
diff --git a/src/xml/qxml.cpp b/src/xml/qxml.cpp
index 010389b..97759a5 100644
--- a/src/xml/qxml.cpp
+++ b/src/xml/qxml.cpp
@@ -2725,7 +2725,7 @@ bool QXmlSimpleReader::feature( const QString& name, bool *ok ) const
} else if ( name == "http://trolltech.com/xml/features/report-start-end-entity" ) {
return d->reportEntities;
} else {
- qWarning( "Unknown feature %s", name.latin1() );
+ tqWarning( "Unknown feature %s", name.latin1() );
if ( ok != 0 )
*ok = FALSE;
}
@@ -2783,7 +2783,7 @@ void QXmlSimpleReader::setFeature( const QString& name, bool value )
} else if ( name == "http://trolltech.com/xml/features/report-start-end-entity" ) {
d->reportEntities = value;
} else {
- qWarning( "Unknown feature %s", name.latin1() );
+ tqWarning( "Unknown feature %s", name.latin1() );
}
}
@@ -3182,14 +3182,14 @@ bool QXmlSimpleReader::parseProlog()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseProlog (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseProlog (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -3370,14 +3370,14 @@ bool QXmlSimpleReader::parseElement()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseElement (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseElement (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -3734,14 +3734,14 @@ bool QXmlSimpleReader::parseContent()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseContent (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseContent (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4035,14 +4035,14 @@ bool QXmlSimpleReader::parseMisc()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseMisc (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseMisc (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4189,14 +4189,14 @@ bool QXmlSimpleReader::parsePI()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parsePI (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parsePI (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4418,14 +4418,14 @@ bool QXmlSimpleReader::parseDoctype()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseDoctype (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseDoctype (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4620,14 +4620,14 @@ bool QXmlSimpleReader::parseExternalID()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseExternalID (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseExternalID (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4781,14 +4781,14 @@ bool QXmlSimpleReader::parseMarkupdecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseMarkupdecl (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseMarkupdecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4938,14 +4938,14 @@ bool QXmlSimpleReader::parsePEReference()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parsePEReference (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parsePEReference (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5110,14 +5110,14 @@ bool QXmlSimpleReader::parseAttlistDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseAttlistDecl (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseAttlistDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5325,14 +5325,14 @@ bool QXmlSimpleReader::parseAttType()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseAttType (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseAttType (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5545,14 +5545,14 @@ bool QXmlSimpleReader::parseAttValue()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseAttValue (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseAttValue (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5686,14 +5686,14 @@ bool QXmlSimpleReader::parseElementDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseElementDecl (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseElementDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5894,14 +5894,14 @@ bool QXmlSimpleReader::parseNotationDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseNotationDecl (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseNotationDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6037,14 +6037,14 @@ bool QXmlSimpleReader::parseChoiceSeq()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseChoiceSeq (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseChoiceSeq (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6201,14 +6201,14 @@ bool QXmlSimpleReader::parseEntityDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseEntityDecl (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseEntityDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6469,14 +6469,14 @@ bool QXmlSimpleReader::parseEntityValue()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseEntityValue (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseEntityValue (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6587,14 +6587,14 @@ bool QXmlSimpleReader::parseComment()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseComment (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseComment (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6698,14 +6698,14 @@ bool QXmlSimpleReader::parseAttribute()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseAttribute (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseAttribute (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6804,14 +6804,14 @@ bool QXmlSimpleReader::parseName()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseName (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseName (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6889,14 +6889,14 @@ bool QXmlSimpleReader::parseNmtoken()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseNmtoken (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseNmtoken (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6997,14 +6997,14 @@ bool QXmlSimpleReader::parseReference()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseReference (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseReference (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -7324,14 +7324,14 @@ bool QXmlSimpleReader::parseString()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: parseString (cont) in state %d", state );
+ tqDebug( "QXmlSimpleReader: parseString (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &QXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "QXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "QXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {