#include <qdomcharacterdataproto.h>
Public Member Functions | |
| 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 |
| 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 |
| Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|