summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomdocument.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/tqdomdocument.html
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomdocument.html')
-rw-r--r--doc/html/tqdomdocument.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqdomdocument.html b/doc/html/tqdomdocument.html
index 6a1f83ab..3b7cca5f 100644
--- a/doc/html/tqdomdocument.html
+++ b/doc/html/tqdomdocument.html
@@ -126,14 +126,14 @@ tag with <a href="#elementsByTagName">elementsByTagName</a>() or with <a href="#
<p> The TQDom classes are typically used as follows:
<pre>
TQDomDocument doc( "mydocument" );
- <a href="ntqfile.html">TQFile</a> file( "mydocument.xml" );
- if ( !file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) )
+ <a href="tqfile.html">TQFile</a> file( "mydocument.xml" );
+ if ( !file.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_ReadOnly</a> ) )
return;
if ( !doc.<a href="#setContent">setContent</a>( &amp;file ) ) {
- file.<a href="ntqfile.html#close">close</a>();
+ file.<a href="tqfile.html#close">close</a>();
return;
}
- file.<a href="ntqfile.html#close">close</a>();
+ file.<a href="tqfile.html#close">close</a>();
// print out the element names of all elements that are direct children
// of the outermost element.
@@ -425,7 +425,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
Since <em>text</em> is already a Unicode string, no encoding detection
is done.
-<h3 class=fn>bool <a name="setContent-4"></a>TQDomDocument::setContent ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, bool&nbsp;namespaceProcessing, <a href="tqstring.html">TQString</a>&nbsp;*&nbsp;errorMsg = 0, int&nbsp;*&nbsp;errorLine = 0, int&nbsp;*&nbsp;errorColumn = 0 )
+<h3 class=fn>bool <a name="setContent-4"></a>TQDomDocument::setContent ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, bool&nbsp;namespaceProcessing, <a href="tqstring.html">TQString</a>&nbsp;*&nbsp;errorMsg = 0, int&nbsp;*&nbsp;errorLine = 0, int&nbsp;*&nbsp;errorColumn = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This function reads the XML document from the IO device <em>dev</em>.
@@ -452,7 +452,7 @@ Since <em>text</em> is already a Unicode string, no encoding detection
is performed.
<p> No namespace processing is performed either.
-<h3 class=fn>bool <a name="setContent-8"></a>TQDomDocument::setContent ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, <a href="tqstring.html">TQString</a>&nbsp;*&nbsp;errorMsg = 0, int&nbsp;*&nbsp;errorLine = 0, int&nbsp;*&nbsp;errorColumn = 0 )
+<h3 class=fn>bool <a name="setContent-8"></a>TQDomDocument::setContent ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, <a href="tqstring.html">TQString</a>&nbsp;*&nbsp;errorMsg = 0, int&nbsp;*&nbsp;errorLine = 0, int&nbsp;*&nbsp;errorColumn = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This function reads the XML document from the IO device <em>dev</em>.