diff options
Diffstat (limited to 'doc/html/tqxmldeclhandler.html')
-rw-r--r-- | doc/html/tqxmldeclhandler.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqxmldeclhandler.html b/doc/html/tqxmldeclhandler.html index b881a6e5a..9f8ded8b2 100644 --- a/doc/html/tqxmldeclhandler.html +++ b/doc/html/tqxmldeclhandler.html @@ -63,7 +63,7 @@ content of XML data. <p> <p>See also <a href="tqxmldtdhandler.html">TQXmlDTDHandler</a>, <a href="tqxmlcontenthandler.html">TQXmlContentHandler</a>, <a href="tqxmlentityresolver.html">TQXmlEntityResolver</a>, <a href="tqxmlerrorhandler.html">TQXmlErrorHandler</a>, <a href="tqxmllexicalhandler.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 <a href="ntqstring.html">TQString</a> & eName, const <a href="ntqstring.html">TQString</a> & aName, const <a href="ntqstring.html">TQString</a> & type, const <a href="ntqstring.html">TQString</a> & valueDefault, const <a href="ntqstring.html">TQString</a> & value )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="attributeDecl"></a>TQXmlDeclHandler::attributeDecl ( const <a href="tqstring.html">TQString</a> & eName, const <a href="tqstring.html">TQString</a> & aName, const <a href="tqstring.html">TQString</a> & type, const <a href="tqstring.html">TQString</a> & valueDefault, const <a href="tqstring.html">TQString</a> & 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="ntqstring.html#TQString-null">TQString::null</a> (if +is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="tqstring.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="ntqstring.html">TQString</a> <a name="errorString"></a>TQXmlDeclHandler::errorString ()<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqstring.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 <a href="ntqstring.html">TQString</a> & name, const <a href="ntqstring.html">TQString</a> & publicId, const <a href="ntqstring.html">TQString</a> & systemId )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="externalEntityDecl"></a>TQXmlDeclHandler::externalEntityDecl ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqstring.html">TQString</a> & publicId, const <a href="tqstring.html">TQString</a> & 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="ntqstring.html#TQString-null">TQString::null</a> in <em>publicId</em>. +<a href="tqstring.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 <a href="ntqstring.html">TQString</a> & name, const <a href="ntqstring.html">TQString</a> & value )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="internalEntityDecl"></a>TQXmlDeclHandler::internalEntityDecl ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqstring.html">TQString</a> & value )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to report an internal entity |