diff options
Diffstat (limited to 'doc/man/man3/tqdomtext.3qt')
-rw-r--r-- | doc/man/man3/tqdomtext.3qt | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/doc/man/man3/tqdomtext.3qt b/doc/man/man3/tqdomtext.3qt index a9d13c1e4..ace765c51 100644 --- a/doc/man/man3/tqdomtext.3qt +++ b/doc/man/man3/tqdomtext.3qt @@ -1,5 +1,5 @@ '\" t -.TH QDomText 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQDomText 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,82 +7,82 @@ .ad l .nh .SH NAME -QDomText \- Represents text data in the parsed XML document +TQDomText \- Represents text data in the parsed XML document .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 QDomCharacterData. +Inherits TQDomCharacterData. .PP -Inherited by QDomCDATASection. +Inherited by TQDomCDATASection. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQDomText\fR ()" +.BI "\fBTQDomText\fR ()" .br .ti -1c -.BI "\fBQDomText\fR ( const QDomText & x )" +.BI "\fBTQDomText\fR ( const TQDomText & x )" .br .ti -1c -.BI "QDomText & \fBoperator=\fR ( const QDomText & x )" +.BI "TQDomText & \fBoperator=\fR ( const TQDomText & x )" .br .ti -1c -.BI "\fB~QDomText\fR ()" +.BI "\fB~TQDomText\fR ()" .br .ti -1c -.BI "QDomText \fBsplitText\fR ( int offset )" +.BI "TQDomText \fBsplitText\fR ( int offset )" .br .ti -1c -.BI "virtual QDomNode::NodeType \fBnodeType\fR () const" +.BI "virtual TQDomNode::NodeType \fBnodeType\fR () const" .br .ti -1c .BI "virtual bool \fBisText\fR () const" .br .in -1c .SH DESCRIPTION -The QDomText class represents text data in the parsed XML document. +The TQDomText class represents text data in the parsed XML document. .PP -You can split the text in a QDomText object over two QDomText objecs with splitText(). +You can split the text in a TQDomText object over two TQDomText objecs with splitText(). .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 "QDomText::QDomText ()" -Constructs an empty QDomText object. +.SH "TQDomText::TQDomText ()" +Constructs an empty TQDomText object. .PP -To construct a QDomText with content, use QDomDocument::createTextNode(). -.SH "QDomText::QDomText ( const QDomText & x )" +To construct a TQDomText with content, use TQDomDocument::createTextNode(). +.SH "TQDomText::TQDomText ( const TQDomText & 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 "QDomText::~QDomText ()" +.SH "TQDomText::~TQDomText ()" Destroys the object and frees its resources. -.SH "bool QDomText::isText () const\fC [virtual]\fR" +.SH "bool TQDomText::isText () const\fC [virtual]\fR" Returns TRUE. .PP -Reimplemented from QDomNode. -.SH "QDomNode::NodeType QDomText::nodeType () const\fC [virtual]\fR" +Reimplemented from TQDomNode. +.SH "TQDomNode::NodeType TQDomText::nodeType () const\fC [virtual]\fR" Returns TextNode. .PP -Reimplemented from QDomCharacterData. +Reimplemented from TQDomCharacterData. .PP -Reimplemented in QDomCDATASection. -.SH "QDomText & QDomText::operator= ( const QDomText & x )" +Reimplemented in TQDomCDATASection. +.SH "TQDomText & TQDomText::operator= ( const TQDomText & x )" Assigns \fIx\fR to this DOM text. .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 "QDomText QDomText::splitText ( int offset )" -Splits this DOM text object into two QDomText objects. This object keeps its first \fIoffset\fR characters and the second (newly created) object is inserted into the document tree after this object with the remaining characters. +.SH "TQDomText TQDomText::splitText ( int offset )" +Splits this DOM text object into two TQDomText objects. This object keeps its first \fIoffset\fR characters and the second (newly created) object is inserted into the document tree after this object with the remaining characters. .PP The function returns the newly created object. .PP -See also QDomNode::normalize(). +See also TQDomNode::normalize(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdomtext.html +.BR http://doc.trolltech.com/tqdomtext.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |