#include <qdomcharacterdataproto.h>
|
| QDomCharacterDataProto (QObject *parent) |
|
Q_INVOKABLE void | appendData (const QString &arg) |
|
Q_INVOKABLE QString | data () const |
|
Q_INVOKABLE void | deleteData (unsigned long offset, unsigned long count) |
|
Q_INVOKABLE void | insertData (unsigned long offset, const QString &arg) |
|
Q_INVOKABLE uint | length () const |
|
Q_INVOKABLE int | nodeType () const |
|
Q_INVOKABLE void | replaceData (unsigned long offset, unsigned long count, const QString &arg) |
|
Q_INVOKABLE void | setData (const QString &) |
|
Q_INVOKABLE QString | substringData (unsigned long offset, unsigned long count) |
|
Q_INVOKABLE QString | toString () const |
|
◆ QDomCharacterDataProto()
QDomCharacterDataProto::QDomCharacterDataProto |
( |
QObject * |
parent | ) |
|
◆ appendData()
void QDomCharacterDataProto::appendData |
( |
const QString & |
arg | ) |
|
◆ data()
QString QDomCharacterDataProto::data |
( |
| ) |
const |
◆ deleteData()
void QDomCharacterDataProto::deleteData |
( |
unsigned long |
offset, |
|
|
unsigned long |
count |
|
) |
| |
◆ insertData()
void QDomCharacterDataProto::insertData |
( |
unsigned long |
offset, |
|
|
const QString & |
arg |
|
) |
| |
◆ length()
uint QDomCharacterDataProto::length |
( |
| ) |
const |
◆ nodeType()
int QDomCharacterDataProto::nodeType |
( |
| ) |
const |
◆ replaceData()
void QDomCharacterDataProto::replaceData |
( |
unsigned long |
offset, |
|
|
unsigned long |
count, |
|
|
const QString & |
arg |
|
) |
| |
◆ setData()
void QDomCharacterDataProto::setData |
( |
const QString & |
data | ) |
|
◆ substringData()
QString QDomCharacterDataProto::substringData |
( |
unsigned long |
offset, |
|
|
unsigned long |
count |
|
) |
| |
◆ toString()
QString QDomCharacterDataProto::toString |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- qdomcharacterdataproto.h
- qdomcharacterdataproto.cpp