summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomdocument.html
diff options
context:
space:
mode:
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>.