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