#include <qdomelementproto.h>
Public Member Functions | |
QDomElementProto (QObject *parent) | |
Q_INVOKABLE QDomNode | appendChild (const QDomNode &newChild) |
Q_INVOKABLE QString | attribute (const QString &name, const QString &defValue=QString()) const |
Q_INVOKABLE QDomAttr | attributeNode (const QString &name) |
Q_INVOKABLE QDomAttr | attributeNodeNS (const QString &nsURI, const QString &localName) |
Q_INVOKABLE QString | attributeNS (const QString nsURI, const QString &localName, const QString &defValue=QString()) const |
Q_INVOKABLE QDomNamedNodeMap | attributes () const |
Q_INVOKABLE QDomNodeList | childNodes () const |
Q_INVOKABLE void | clear () |
Q_INVOKABLE QDomNode | cloneNode (bool deep=true) const |
Q_INVOKABLE int | columnNumber () const |
Q_INVOKABLE QDomNodeList | elementsByTagName (const QString &tagname) const |
Q_INVOKABLE QDomNodeList | elementsByTagNameNS (const QString &nsURI, const QString &localName) const |
Q_INVOKABLE QDomNode | firstChild () const |
Q_INVOKABLE QDomElement | firstChildElement (const QString &tagName=QString()) const |
Q_INVOKABLE bool | hasAttribute (const QString &name) const |
Q_INVOKABLE bool | hasAttributeNS (const QString &nsURI, const QString &localName) const |
Q_INVOKABLE bool | hasAttributes () const |
Q_INVOKABLE bool | hasChildNodes () const |
Q_INVOKABLE QDomNode | insertAfter (const QDomNode &newChild, const QDomNode &refChild) |
Q_INVOKABLE QDomNode | insertBefore (const QDomNode &newChild, const QDomNode &refChild) |
Q_INVOKABLE bool | isAttr () const |
Q_INVOKABLE bool | isCDATASection () const |
Q_INVOKABLE bool | isCharacterData () const |
Q_INVOKABLE bool | isComment () const |
Q_INVOKABLE bool | isDocument () const |
Q_INVOKABLE bool | isDocumentFragment () const |
Q_INVOKABLE bool | isDocumentType () const |
Q_INVOKABLE bool | isElement () const |
Q_INVOKABLE bool | isEntity () const |
Q_INVOKABLE bool | isEntityReference () const |
Q_INVOKABLE bool | isNotation () const |
Q_INVOKABLE bool | isNull () const |
Q_INVOKABLE bool | isProcessingInstruction () const |
Q_INVOKABLE bool | isSupported (const QString &feature, const QString &version) const |
Q_INVOKABLE bool | isText () const |
Q_INVOKABLE QDomNode | lastChild () const |
Q_INVOKABLE QDomElement | lastChildElement (const QString &tagName=QString()) const |
Q_INVOKABLE int | lineNumber () const |
Q_INVOKABLE QString | localName () const |
Q_INVOKABLE QDomNode | namedItem (const QString &name) const |
Q_INVOKABLE QString | namespaceURI () const |
Q_INVOKABLE QDomNode | nextSibling () const |
Q_INVOKABLE QDomElement | nextSiblingElement (const QString &taName=QString()) const |
Q_INVOKABLE QString | nodeName () const |
Q_INVOKABLE int | nodeType () const |
Q_INVOKABLE QString | nodeValue () const |
Q_INVOKABLE void | normalize () |
Q_INVOKABLE QDomDocument | ownerDocument () const |
Q_INVOKABLE QDomNode | parentNode () const |
Q_INVOKABLE QString | prefix () const |
Q_INVOKABLE QDomNode | previousSibling () const |
Q_INVOKABLE QDomElement | previousSiblingElement (const QString &tagName=QString()) const |
Q_INVOKABLE void | removeAttribute (const QString &name) |
Q_INVOKABLE QDomAttr | removeAttributeNode (const QDomAttr &oldAttr) |
Q_INVOKABLE void | removeAttributeNS (const QString &nsURI, const QString &localName) |
Q_INVOKABLE QDomNode | removeChild (const QDomNode &oldChild) |
Q_INVOKABLE QDomNode | replaceChild (const QDomNode &newChild, const QDomNode &oldChild) |
Q_INVOKABLE void | save (QTextStream &, int) const |
Q_INVOKABLE void | save (QTextStream &, int, int) const |
Q_INVOKABLE void | setAttribute (const QString &name, const QString &value) |
Q_INVOKABLE void | setAttribute (const QString &name, double value) |
Q_INVOKABLE void | setAttribute (const QString &name, float value) |
Q_INVOKABLE void | setAttribute (const QString &name, int value) |
Q_INVOKABLE void | setAttribute (const QString &name, qlonglong value) |
Q_INVOKABLE void | setAttribute (const QString &name, qulonglong value) |
Q_INVOKABLE void | setAttribute (const QString &name, uint value) |
Q_INVOKABLE QDomAttr | setAttributeNode (const QDomAttr &newAttr) |
Q_INVOKABLE QDomAttr | setAttributeNodeNS (const QDomAttr &newAttr) |
Q_INVOKABLE void | setAttributeNS (const QString nsURI, const QString &qName, const QString &value) |
Q_INVOKABLE void | setAttributeNS (const QString nsURI, const QString &qName, double value) |
Q_INVOKABLE void | setAttributeNS (const QString nsURI, const QString &qName, int value) |
Q_INVOKABLE void | setAttributeNS (const QString nsURI, const QString &qName, qlonglong value) |
Q_INVOKABLE void | setAttributeNS (const QString nsURI, const QString &qName, qulonglong value) |
Q_INVOKABLE void | setAttributeNS (const QString nsURI, const QString &qName, uint value) |
Q_INVOKABLE void | setNodeValue (const QString &) |
Q_INVOKABLE void | setPrefix (const QString &pre) |
Q_INVOKABLE void | setTagName (const QString &name) |
Q_INVOKABLE QString | tagName () const |
Q_INVOKABLE QString | text () const |
Q_INVOKABLE QDomAttr | toAttr () const |
Q_INVOKABLE QDomCDATASection | toCDATASection () const |
Q_INVOKABLE QDomCharacterData | toCharacterData () const |
Q_INVOKABLE QDomComment | toComment () const |
Q_INVOKABLE QDomDocument | toDocument () const |
Q_INVOKABLE QDomDocumentFragment | toDocumentFragment () const |
Q_INVOKABLE QDomDocumentType | toDocumentType () const |
Q_INVOKABLE QDomElement | toElement () const |
Q_INVOKABLE QDomEntity | toEntity () const |
Q_INVOKABLE QDomEntityReference | toEntityReference () const |
Q_INVOKABLE QDomNotation | toNotation () const |
Q_INVOKABLE QDomProcessingInstruction | toProcessingInstruction () const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE QDomText | toText () const |
QDomElementProto::QDomElementProto | ( | QObject * | parent | ) |
QDomNode QDomElementProto::appendChild | ( | const QDomNode & | newChild | ) |
QString QDomElementProto::attribute | ( | const QString & | name, |
const QString & | defValue = QString() |
||
) | const |
QDomAttr QDomElementProto::attributeNode | ( | const QString & | name | ) |
QDomAttr QDomElementProto::attributeNodeNS | ( | const QString & | nsURI, |
const QString & | localName | ||
) |
QString QDomElementProto::attributeNS | ( | const QString | nsURI, |
const QString & | localName, | ||
const QString & | defValue = QString() |
||
) | const |
QDomNamedNodeMap QDomElementProto::attributes | ( | ) | const |
QDomNodeList QDomElementProto::childNodes | ( | ) | const |
void QDomElementProto::clear | ( | ) |
QDomNode QDomElementProto::cloneNode | ( | bool | deep = true | ) | const |
int QDomElementProto::columnNumber | ( | ) | const |
QDomNodeList QDomElementProto::elementsByTagName | ( | const QString & | tagname | ) | const |
QDomNodeList QDomElementProto::elementsByTagNameNS | ( | const QString & | nsURI, |
const QString & | localName | ||
) | const |
QDomNode QDomElementProto::firstChild | ( | ) | const |
QDomElement QDomElementProto::firstChildElement | ( | const QString & | tagName = QString() | ) | const |
bool QDomElementProto::hasAttribute | ( | const QString & | name | ) | const |
bool QDomElementProto::hasAttributeNS | ( | const QString & | nsURI, |
const QString & | localName | ||
) | const |
bool QDomElementProto::hasAttributes | ( | ) | const |
bool QDomElementProto::hasChildNodes | ( | ) | const |
QDomNode QDomElementProto::insertAfter | ( | const QDomNode & | newChild, |
const QDomNode & | refChild | ||
) |
QDomNode QDomElementProto::insertBefore | ( | const QDomNode & | newChild, |
const QDomNode & | refChild | ||
) |
bool QDomElementProto::isAttr | ( | ) | const |
bool QDomElementProto::isCDATASection | ( | ) | const |
bool QDomElementProto::isCharacterData | ( | ) | const |
bool QDomElementProto::isComment | ( | ) | const |
bool QDomElementProto::isDocument | ( | ) | const |
bool QDomElementProto::isDocumentFragment | ( | ) | const |
bool QDomElementProto::isDocumentType | ( | ) | const |
bool QDomElementProto::isElement | ( | ) | const |
bool QDomElementProto::isEntity | ( | ) | const |
bool QDomElementProto::isEntityReference | ( | ) | const |
bool QDomElementProto::isNotation | ( | ) | const |
bool QDomElementProto::isNull | ( | ) | const |
bool QDomElementProto::isProcessingInstruction | ( | ) | const |
bool QDomElementProto::isSupported | ( | const QString & | feature, |
const QString & | version | ||
) | const |
bool QDomElementProto::isText | ( | ) | const |
QDomNode QDomElementProto::lastChild | ( | ) | const |
QDomElement QDomElementProto::lastChildElement | ( | const QString & | tagName = QString() | ) | const |
int QDomElementProto::lineNumber | ( | ) | const |
QString QDomElementProto::localName | ( | ) | const |
QDomNode QDomElementProto::namedItem | ( | const QString & | name | ) | const |
QString QDomElementProto::namespaceURI | ( | ) | const |
QDomNode QDomElementProto::nextSibling | ( | ) | const |
QDomElement QDomElementProto::nextSiblingElement | ( | const QString & | taName = QString() | ) | const |
QString QDomElementProto::nodeName | ( | ) | const |
int QDomElementProto::nodeType | ( | ) | const |
QString QDomElementProto::nodeValue | ( | ) | const |
void QDomElementProto::normalize | ( | ) |
QDomDocument QDomElementProto::ownerDocument | ( | ) | const |
QDomNode QDomElementProto::parentNode | ( | ) | const |
QString QDomElementProto::prefix | ( | ) | const |
QDomNode QDomElementProto::previousSibling | ( | ) | const |
QDomElement QDomElementProto::previousSiblingElement | ( | const QString & | tagName = QString() | ) | const |
void QDomElementProto::removeAttribute | ( | const QString & | name | ) |
QDomAttr QDomElementProto::removeAttributeNode | ( | const QDomAttr & | oldAttr | ) |
void QDomElementProto::removeAttributeNS | ( | const QString & | nsURI, |
const QString & | localName | ||
) |
QDomNode QDomElementProto::removeChild | ( | const QDomNode & | oldChild | ) |
QDomNode QDomElementProto::replaceChild | ( | const QDomNode & | newChild, |
const QDomNode & | oldChild | ||
) |
void QDomElementProto::save | ( | QTextStream & | stream, |
int | intarg | ||
) | const |
void QDomElementProto::save | ( | QTextStream & | stream, |
int | intarg, | ||
int | policy | ||
) | const |
void QDomElementProto::setAttribute | ( | const QString & | name, |
const QString & | value | ||
) |
void QDomElementProto::setAttribute | ( | const QString & | name, |
double | value | ||
) |
void QDomElementProto::setAttribute | ( | const QString & | name, |
float | value | ||
) |
void QDomElementProto::setAttribute | ( | const QString & | name, |
int | value | ||
) |
void QDomElementProto::setAttribute | ( | const QString & | name, |
qlonglong | value | ||
) |
void QDomElementProto::setAttribute | ( | const QString & | name, |
qulonglong | value | ||
) |
void QDomElementProto::setAttribute | ( | const QString & | name, |
uint | value | ||
) |
QDomAttr QDomElementProto::setAttributeNode | ( | const QDomAttr & | newAttr | ) |
QDomAttr QDomElementProto::setAttributeNodeNS | ( | const QDomAttr & | newAttr | ) |
void QDomElementProto::setAttributeNS | ( | const QString | nsURI, |
const QString & | qName, | ||
const QString & | value | ||
) |
void QDomElementProto::setAttributeNS | ( | const QString | nsURI, |
const QString & | qName, | ||
double | value | ||
) |
void QDomElementProto::setAttributeNS | ( | const QString | nsURI, |
const QString & | qName, | ||
int | value | ||
) |
void QDomElementProto::setAttributeNS | ( | const QString | nsURI, |
const QString & | qName, | ||
qlonglong | value | ||
) |
void QDomElementProto::setAttributeNS | ( | const QString | nsURI, |
const QString & | qName, | ||
qulonglong | value | ||
) |
void QDomElementProto::setAttributeNS | ( | const QString | nsURI, |
const QString & | qName, | ||
uint | value | ||
) |
void QDomElementProto::setNodeValue | ( | const QString & | value | ) |
void QDomElementProto::setPrefix | ( | const QString & | pre | ) |
void QDomElementProto::setTagName | ( | const QString & | name | ) |
QString QDomElementProto::tagName | ( | ) | const |
QString QDomElementProto::text | ( | ) | const |
QDomAttr QDomElementProto::toAttr | ( | ) | const |
QDomCDATASection QDomElementProto::toCDATASection | ( | ) | const |
QDomCharacterData QDomElementProto::toCharacterData | ( | ) | const |
QDomComment QDomElementProto::toComment | ( | ) | const |
QDomDocument QDomElementProto::toDocument | ( | ) | const |
QDomDocumentFragment QDomElementProto::toDocumentFragment | ( | ) | const |
QDomDocumentType QDomElementProto::toDocumentType | ( | ) | const |
QDomElement QDomElementProto::toElement | ( | ) | const |
QDomEntity QDomElementProto::toEntity | ( | ) | const |
QDomEntityReference QDomElementProto::toEntityReference | ( | ) | const |
QDomNotation QDomElementProto::toNotation | ( | ) | const |
QDomProcessingInstruction QDomElementProto::toProcessingInstruction | ( | ) | const |
QString QDomElementProto::toString | ( | ) | const |
QDomText QDomElementProto::toText | ( | ) | const |
Generated on Fri Oct 7 2016 14:23:31 | xTuple ERP Programmer Reference, Version 4.2.0 | 1.8.10 |