qdomtext.3qt
来自「Qt/Embedded是一个多平台的C++图形用户界面应用程序框架」· 3QT 代码 · 共 82 行
3QT
82 行
.TH QDomText 3qt "3 September 2000" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2000 Trolltech AS. All rights reserved. See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQDomText \- Represents textual data in the parsed XML document<h1 align=center>QDomText Class Reference.br<small>[ XML module ]</small></h1>.br.PP\fC#include <qdom.h>\fR.PPInherits QDomCharacterData..PPInherited by QDomCDATASection..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQDomText\fR () ".br.ti -1c.BI "\fBQDomText\fR ( const QDomText & x ) ".br.ti -1c.BI "QDomText& \fBoperator=\fR ( const QDomText & ) ".br.ti -1c.BI "\fB~QDomText\fR () ".br.ti -1c.BI "QDomText \fBsplitText\fR ( int offset ) ".br.ti -1c.BI "virtual QDomNode::NodeType \fBnodeType\fR () const".br.ti -1c.BI "virtual bool \fBisText\fR () const".br.in -1c.SH DESCRIPTIONThe QDomText class represents textual data in the parsed XML document..PPFor further information about the Document Objct Model see http://www.w3.org/TR/REC-DOM-Level-1/. For a more general introduction of the DOM implementation see the QDomDocument documentation..SH MEMBER FUNCTION DOCUMENTATION.SH "QDomText::QDomText ()"Constructs an empty QDomText object..PPTo construct a QDomText with content, use QDomDocument::createTextNode()..SH "QDomText::QDomText ( const QDomText & x )"Copy constructor..SH "QDomText::~QDomText ()"Destructor..SH "bool QDomText::isText () const \fC[virtual]\fR"Returns TRUE..PPReimplemented from QDomNode..SH "QDomNode::NodeType QDomText::nodeType() const \fC[virtual]\fR"Returns \fCTextNode.\fR.PPReimplemented from QDomNode..SH "QDomText& QDomText::operator= ( const QDomText & x )"Assignment operator..SH "QDomText QDomText::splitText ( int offset )"Splits this object at position \fIoffset\fR into two QDomText objects. The newly created object is inserted into the document tree after this object..PPThe function returns the newly created object..PPSee also QDomElement::normalize()..SH "SEE ALSO".BR http://doc.trolltech.com/qdomtext.html.SH COPYRIGHTCopyright 1992-2000 Trolltech AS, http://www.trolltech.com/. See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?