summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomprocessinginstruction.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdomprocessinginstruction.3qt')
-rw-r--r--doc/man/man3/tqdomprocessinginstruction.3qt48
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/man/man3/tqdomprocessinginstruction.3qt b/doc/man/man3/tqdomprocessinginstruction.3qt
index 86f978d7..ae5920c4 100644
--- a/doc/man/man3/tqdomprocessinginstruction.3qt
+++ b/doc/man/man3/tqdomprocessinginstruction.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QDomProcessingInstruction 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQDomProcessingInstruction 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,27 +7,27 @@
.ad l
.nh
.SH NAME
-QDomProcessingInstruction \- Represents an XML processing instruction
+TQDomProcessingInstruction \- Represents an XML processing instruction
.SH SYNOPSIS
All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
-\fC#include <ntqdom.h>\fR
+\fC#include <tqdom.h>\fR
.PP
-Inherits QDomNode.
+Inherits TQDomNode.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQDomProcessingInstruction\fR ()"
+.BI "\fBTQDomProcessingInstruction\fR ()"
.br
.ti -1c
-.BI "\fBQDomProcessingInstruction\fR ( const QDomProcessingInstruction & x )"
+.BI "\fBTQDomProcessingInstruction\fR ( const TQDomProcessingInstruction & x )"
.br
.ti -1c
-.BI "QDomProcessingInstruction & \fBoperator=\fR ( const QDomProcessingInstruction & x )"
+.BI "TQDomProcessingInstruction & \fBoperator=\fR ( const TQDomProcessingInstruction & x )"
.br
.ti -1c
-.BI "\fB~QDomProcessingInstruction\fR ()"
+.BI "\fB~TQDomProcessingInstruction\fR ()"
.br
.ti -1c
.BI "virtual TQString \fBtarget\fR () const"
@@ -39,58 +39,58 @@ Inherits QDomNode.
.BI "virtual void \fBsetData\fR ( const TQString & d )"
.br
.ti -1c
-.BI "virtual QDomNode::NodeType \fBnodeType\fR () const"
+.BI "virtual TQDomNode::NodeType \fBnodeType\fR () const"
.br
.ti -1c
.BI "virtual bool \fBisProcessingInstruction\fR () const"
.br
.in -1c
.SH DESCRIPTION
-The QDomProcessingInstruction class represents an XML processing instruction.
+The TQDomProcessingInstruction class represents an XML processing instruction.
.PP
Processing instructions are used in XML to keep processor-specific information in the text of the document.
.PP
The content of the processing instruction is retrieved with data() and set with setData(). The processing instruction's target is retrieved with target().
.PP
-For further information about the Document Object Model see http://www.w3.org/TR/REC-DOM-Level-1/ and http://www.w3.org/TR/DOM-Level-2-Core/. For a more general introduction of the DOM implementation see the QDomDocument documentation.
+For further information about the Document Object Model see http://www.w3.org/TR/REC-DOM-Level-1/ and http://www.w3.org/TR/DOM-Level-2-Core/. For a more general introduction of the DOM implementation see the TQDomDocument documentation.
.PP
See also XML.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QDomProcessingInstruction::QDomProcessingInstruction ()"
-Constructs an empty processing instruction. Use QDomDocument::createProcessingInstruction() to create a processing instruction with content.
-.SH "QDomProcessingInstruction::QDomProcessingInstruction ( const QDomProcessingInstruction & x )"
+.SH "TQDomProcessingInstruction::TQDomProcessingInstruction ()"
+Constructs an empty processing instruction. Use TQDomDocument::createProcessingInstruction() to create a processing instruction with content.
+.SH "TQDomProcessingInstruction::TQDomProcessingInstruction ( const TQDomProcessingInstruction & x )"
Constructs a copy of \fIx\fR.
.PP
The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().
-.SH "QDomProcessingInstruction::~QDomProcessingInstruction ()"
+.SH "TQDomProcessingInstruction::~TQDomProcessingInstruction ()"
Destroys the object and frees its resources.
-.SH "TQString QDomProcessingInstruction::data () const\fC [virtual]\fR"
+.SH "TQString TQDomProcessingInstruction::data () const\fC [virtual]\fR"
Returns the content of this processing instruction.
.PP
See also setData() and target().
-.SH "bool QDomProcessingInstruction::isProcessingInstruction () const\fC [virtual]\fR"
+.SH "bool TQDomProcessingInstruction::isProcessingInstruction () const\fC [virtual]\fR"
Returns TRUE.
.PP
-Reimplemented from QDomNode.
-.SH "QDomNode::NodeType QDomProcessingInstruction::nodeType () const\fC [virtual]\fR"
+Reimplemented from TQDomNode.
+.SH "TQDomNode::NodeType TQDomProcessingInstruction::nodeType () const\fC [virtual]\fR"
Returns ProcessingInstructionNode.
.PP
-Reimplemented from QDomNode.
-.SH "QDomProcessingInstruction & QDomProcessingInstruction::operator= ( const QDomProcessingInstruction & x )"
+Reimplemented from TQDomNode.
+.SH "TQDomProcessingInstruction & TQDomProcessingInstruction::operator= ( const TQDomProcessingInstruction & x )"
Assigns \fIx\fR to this processing instruction.
.PP
The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().
-.SH "void QDomProcessingInstruction::setData ( const TQString & d )\fC [virtual]\fR"
+.SH "void TQDomProcessingInstruction::setData ( const TQString & d )\fC [virtual]\fR"
Sets the data contained in the processing instruction to \fId\fR.
.PP
See also data().
-.SH "TQString QDomProcessingInstruction::target () const\fC [virtual]\fR"
+.SH "TQString TQDomProcessingInstruction::target () const\fC [virtual]\fR"
Returns the target of this processing instruction.
.PP
See also data().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qdomprocessinginstruction.html
+.BR http://doc.trolltech.com/tqdomprocessinginstruction.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the