summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmldeclhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmldeclhandler.html')
-rw-r--r--doc/html/qxmldeclhandler.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qxmldeclhandler.html b/doc/html/qxmldeclhandler.html
index afbd325b..30c44c4a 100644
--- a/doc/html/qxmldeclhandler.html
+++ b/doc/html/qxmldeclhandler.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
content of XML data.
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
-<p><tt>#include &lt;<a href="qxml-h.html">qxml.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qxml-h.html">ntqxml.h</a>&gt;</tt>
<p>Inherited by <a href="qxmldefaulthandler.html">TQXmlDefaultHandler</a>.
<p><a href="qxmldeclhandler-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -63,7 +63,7 @@ content of XML data.
<p> <p>See also <a href="qxmldtdhandler.html">TQXmlDTDHandler</a>, <a href="qxmlcontenthandler.html">TQXmlContentHandler</a>, <a href="qxmlentityresolver.html">TQXmlEntityResolver</a>, <a href="qxmlerrorhandler.html">TQXmlErrorHandler</a>, <a href="qxmllexicalhandler.html">TQXmlLexicalHandler</a>, and <a href="xml-tools.html">XML</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn>bool <a name="attributeDecl"></a>TQXmlDeclHandler::attributeDecl ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;eName, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;aName, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;type, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;valueDefault, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;value )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="attributeDecl"></a>TQXmlDeclHandler::attributeDecl ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;eName, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;aName, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;type, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;valueDefault, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;value )<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function to report an attribute type
@@ -73,7 +73,7 @@ attribute is reported.
and the name of the attribute in <em>aName</em>. It passes a string that
represents the attribute type in <em>type</em> and a string that
represents the attribute default in <em>valueDefault</em>. This string
-is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="qstring.html#TQString-null">TQString::null</a> (if
+is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="ntqstring.html#TQString-null">TQString::null</a> (if
none of the others applies). The reader passes the attribute's
default value in <em>value</em>. If no default value is specified in the
XML file, <em>value</em> is TQString::null.
@@ -81,13 +81,13 @@ XML file, <em>value</em> is TQString::null.
reports an error. The reader uses the function <a href="#errorString">errorString</a>() to
get the error message.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="errorString"></a>TQXmlDeclHandler::errorString ()<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="errorString"></a>TQXmlDeclHandler::errorString ()<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function to get an error string if any of
the handler functions returns FALSE.
-<h3 class=fn>bool <a name="externalEntityDecl"></a>TQXmlDeclHandler::externalEntityDecl ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="externalEntityDecl"></a>TQXmlDeclHandler::externalEntityDecl ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function to report a parsed external entity
@@ -95,12 +95,12 @@ declaration. Only the effective (first) declaration for each
entity is reported.
<p> The reader passes the name of the entity in <em>name</em>, the public
identifier in <em>publicId</em> and the system identifier in <em>systemId</em>. If there is no public identifier specified, it passes
-<a href="qstring.html#TQString-null">TQString::null</a> in <em>publicId</em>.
+<a href="ntqstring.html#TQString-null">TQString::null</a> in <em>publicId</em>.
<p> If this function returns FALSE the reader stops parsing and
reports an error. The reader uses the function <a href="#errorString">errorString</a>() to
get the error message.
-<h3 class=fn>bool <a name="internalEntityDecl"></a>TQXmlDeclHandler::internalEntityDecl ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;value )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="internalEntityDecl"></a>TQXmlDeclHandler::internalEntityDecl ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;value )<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function to report an internal entity