#include <qdomdocumentproto.h>
Public Member Functions | |
| QDomDocumentProto (QObject *parent) | |
| Q_INVOKABLE QDomNode | appendChild (const QDomNode &newChild) |
| 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 QDomAttr | createAttribute (const QString &name) |
| Q_INVOKABLE QDomAttr | createAttributeNS (const QString &nsURI, const QString &qName) |
| Q_INVOKABLE QDomCDATASection | createCDATASection (const QString &data) |
| Q_INVOKABLE QDomComment | createComment (const QString &data) |
| Q_INVOKABLE QDomDocumentFragment | createDocumentFragment () |
| Q_INVOKABLE QDomElement | createElement (const QString &tagName) |
| Q_INVOKABLE QDomElement | createElementNS (const QString &nsURI, const QString &qName) |
| Q_INVOKABLE QDomEntityReference | createEntityReference (const QString &name) |
| Q_INVOKABLE QDomProcessingInstruction | createProcessingInstruction (const QString &target, const QString &data) |
| Q_INVOKABLE QDomText | createTextNode (const QString &data) |
| Q_INVOKABLE QDomDocumentType | doctype () const |
| Q_INVOKABLE QDomElement | documentElement () const |
| Q_INVOKABLE QDomElement | elementById (const QString &elementId) |
| Q_INVOKABLE QDomNodeList | elementsByTagName (const QString &tagname) const |
| Q_INVOKABLE QDomNodeList | elementsByTagNameNS (const QString &nsURI, const QString &localName) |
| Q_INVOKABLE QDomNode | firstChild () const |
| Q_INVOKABLE QDomElement | firstChildElement (const QString &tagName=QString()) const |
| Q_INVOKABLE bool | hasAttributes () const |
| Q_INVOKABLE bool | hasChildNodes () const |
| Q_INVOKABLE QDomImplementation | implementation () const |
| Q_INVOKABLE QDomNode | importNode (const QDomNode &importedNode, bool deep) |
| 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 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 bool | setContent (QIODevice *dev, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) |
| Q_INVOKABLE bool | setContent (QIODevice *dev, bool namespaceProcessing, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) |
| Q_INVOKABLE bool | setContent (QXmlInputSource *source, QXmlReader *reader, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) |
| Q_INVOKABLE bool | setContent (const QByteArray &text, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) |
| Q_INVOKABLE bool | setContent (const QByteArray &text, bool namespaceProcessing, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) |
| Q_INVOKABLE bool | setContent (const QString &text, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) |
| Q_INVOKABLE bool | setContent (const QString &text, bool namespaceProcessing, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) |
| Q_INVOKABLE void | setNodeValue (const QString &) |
| Q_INVOKABLE void | setPrefix (const QString &pre) |
| Q_INVOKABLE QDomAttr | toAttr () const |
| Q_INVOKABLE QByteArray | toByteArray (int=1) 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 (int=1) const |
| Q_INVOKABLE QDomText | toText () const |
| QDomDocumentProto::QDomDocumentProto | ( | QObject * | parent | ) |
| QDomNode QDomDocumentProto::appendChild | ( | const QDomNode & | newChild | ) |
| QDomNamedNodeMap QDomDocumentProto::attributes | ( | ) | const |
| QDomNodeList QDomDocumentProto::childNodes | ( | ) | const |
| void QDomDocumentProto::clear | ( | ) |
| QDomNode QDomDocumentProto::cloneNode | ( | bool | deep = true | ) | const |
| int QDomDocumentProto::columnNumber | ( | ) | const |
| QDomAttr QDomDocumentProto::createAttribute | ( | const QString & | name | ) |
| QDomAttr QDomDocumentProto::createAttributeNS | ( | const QString & | nsURI, |
| const QString & | qName | ||
| ) |
| QDomCDATASection QDomDocumentProto::createCDATASection | ( | const QString & | data | ) |
| QDomComment QDomDocumentProto::createComment | ( | const QString & | data | ) |
| QDomDocumentFragment QDomDocumentProto::createDocumentFragment | ( | ) |
| QDomElement QDomDocumentProto::createElement | ( | const QString & | tagName | ) |
| QDomElement QDomDocumentProto::createElementNS | ( | const QString & | nsURI, |
| const QString & | qName | ||
| ) |
| QDomEntityReference QDomDocumentProto::createEntityReference | ( | const QString & | name | ) |
| QDomProcessingInstruction QDomDocumentProto::createProcessingInstruction | ( | const QString & | target, |
| const QString & | data | ||
| ) |
| QDomText QDomDocumentProto::createTextNode | ( | const QString & | data | ) |
| QDomDocumentType QDomDocumentProto::doctype | ( | ) | const |
| QDomElement QDomDocumentProto::documentElement | ( | ) | const |
| QDomElement QDomDocumentProto::elementById | ( | const QString & | elementId | ) |
| QDomNodeList QDomDocumentProto::elementsByTagName | ( | const QString & | tagname | ) | const |
| QDomNodeList QDomDocumentProto::elementsByTagNameNS | ( | const QString & | nsURI, |
| const QString & | localName | ||
| ) |
| QDomNode QDomDocumentProto::firstChild | ( | ) | const |
| QDomElement QDomDocumentProto::firstChildElement | ( | const QString & | tagName = QString() | ) | const |
| bool QDomDocumentProto::hasAttributes | ( | ) | const |
| bool QDomDocumentProto::hasChildNodes | ( | ) | const |
| QDomImplementation QDomDocumentProto::implementation | ( | ) | const |
| QDomNode QDomDocumentProto::importNode | ( | const QDomNode & | importedNode, |
| bool | deep | ||
| ) |
| QDomNode QDomDocumentProto::insertAfter | ( | const QDomNode & | newChild, |
| const QDomNode & | refChild | ||
| ) |
| QDomNode QDomDocumentProto::insertBefore | ( | const QDomNode & | newChild, |
| const QDomNode & | refChild | ||
| ) |
| bool QDomDocumentProto::isAttr | ( | ) | const |
| bool QDomDocumentProto::isCDATASection | ( | ) | const |
| bool QDomDocumentProto::isCharacterData | ( | ) | const |
| bool QDomDocumentProto::isComment | ( | ) | const |
| bool QDomDocumentProto::isDocument | ( | ) | const |
| bool QDomDocumentProto::isDocumentFragment | ( | ) | const |
| bool QDomDocumentProto::isDocumentType | ( | ) | const |
| bool QDomDocumentProto::isElement | ( | ) | const |
| bool QDomDocumentProto::isEntity | ( | ) | const |
| bool QDomDocumentProto::isEntityReference | ( | ) | const |
| bool QDomDocumentProto::isNotation | ( | ) | const |
| bool QDomDocumentProto::isNull | ( | ) | const |
| bool QDomDocumentProto::isProcessingInstruction | ( | ) | const |
| bool QDomDocumentProto::isSupported | ( | const QString & | feature, |
| const QString & | version | ||
| ) | const |
| bool QDomDocumentProto::isText | ( | ) | const |
| QDomNode QDomDocumentProto::lastChild | ( | ) | const |
| QDomElement QDomDocumentProto::lastChildElement | ( | const QString & | tagName = QString() | ) | const |
| int QDomDocumentProto::lineNumber | ( | ) | const |
| QString QDomDocumentProto::localName | ( | ) | const |
| QDomNode QDomDocumentProto::namedItem | ( | const QString & | name | ) | const |
| QString QDomDocumentProto::namespaceURI | ( | ) | const |
| QDomNode QDomDocumentProto::nextSibling | ( | ) | const |
| QDomElement QDomDocumentProto::nextSiblingElement | ( | const QString & | taName = QString() | ) | const |
| QString QDomDocumentProto::nodeName | ( | ) | const |
| int QDomDocumentProto::nodeType | ( | ) | const |
| QString QDomDocumentProto::nodeValue | ( | ) | const |
| void QDomDocumentProto::normalize | ( | ) |
| QDomDocument QDomDocumentProto::ownerDocument | ( | ) | const |
| QDomNode QDomDocumentProto::parentNode | ( | ) | const |
| QString QDomDocumentProto::prefix | ( | ) | const |
| QDomNode QDomDocumentProto::previousSibling | ( | ) | const |
| QDomElement QDomDocumentProto::previousSiblingElement | ( | const QString & | tagName = QString() | ) | const |
| QDomNode QDomDocumentProto::removeChild | ( | const QDomNode & | oldChild | ) |
| QDomNode QDomDocumentProto::replaceChild | ( | const QDomNode & | newChild, |
| const QDomNode & | oldChild | ||
| ) |
| void QDomDocumentProto::save | ( | QTextStream & | stream, |
| int | intarg | ||
| ) | const |
| void QDomDocumentProto::save | ( | QTextStream & | stream, |
| int | intarg, | ||
| int | policy | ||
| ) | const |
| bool QDomDocumentProto::setContent | ( | QIODevice * | dev, |
| QString * | errorMsg = 0, |
||
| int * | errorLine = 0, |
||
| int * | errorColumn = 0 |
||
| ) |
| bool QDomDocumentProto::setContent | ( | QIODevice * | dev, |
| bool | namespaceProcessing, | ||
| QString * | errorMsg = 0, |
||
| int * | errorLine = 0, |
||
| int * | errorColumn = 0 |
||
| ) |
| bool QDomDocumentProto::setContent | ( | QXmlInputSource * | source, |
| QXmlReader * | reader, | ||
| QString * | errorMsg = 0, |
||
| int * | errorLine = 0, |
||
| int * | errorColumn = 0 |
||
| ) |
| bool QDomDocumentProto::setContent | ( | const QByteArray & | text, |
| QString * | errorMsg = 0, |
||
| int * | errorLine = 0, |
||
| int * | errorColumn = 0 |
||
| ) |
| bool QDomDocumentProto::setContent | ( | const QByteArray & | text, |
| bool | namespaceProcessing, | ||
| QString * | errorMsg = 0, |
||
| int * | errorLine = 0, |
||
| int * | errorColumn = 0 |
||
| ) |
| bool QDomDocumentProto::setContent | ( | const QString & | text, |
| QString * | errorMsg = 0, |
||
| int * | errorLine = 0, |
||
| int * | errorColumn = 0 |
||
| ) |
| bool QDomDocumentProto::setContent | ( | const QString & | text, |
| bool | namespaceProcessing, | ||
| QString * | errorMsg = 0, |
||
| int * | errorLine = 0, |
||
| int * | errorColumn = 0 |
||
| ) |
| void QDomDocumentProto::setNodeValue | ( | const QString & | value | ) |
| void QDomDocumentProto::setPrefix | ( | const QString & | pre | ) |
| QDomAttr QDomDocumentProto::toAttr | ( | ) | const |
| QByteArray QDomDocumentProto::toByteArray | ( | int | arg = 1 | ) | const |
| QDomCDATASection QDomDocumentProto::toCDATASection | ( | ) | const |
| QDomCharacterData QDomDocumentProto::toCharacterData | ( | ) | const |
| QDomComment QDomDocumentProto::toComment | ( | ) | const |
| QDomDocument QDomDocumentProto::toDocument | ( | ) | const |
| QDomDocumentFragment QDomDocumentProto::toDocumentFragment | ( | ) | const |
| QDomDocumentType QDomDocumentProto::toDocumentType | ( | ) | const |
| QDomElement QDomDocumentProto::toElement | ( | ) | const |
| QDomEntity QDomDocumentProto::toEntity | ( | ) | const |
| QDomEntityReference QDomDocumentProto::toEntityReference | ( | ) | const |
| QDomNotation QDomDocumentProto::toNotation | ( | ) | const |
| QDomProcessingInstruction QDomDocumentProto::toProcessingInstruction | ( | ) | const |
| QString QDomDocumentProto::toString | ( | int | arg = 1 | ) | const |
| QDomText QDomDocumentProto::toText | ( | ) | const |
| Generated on Mon Oct 10 2016 17:27:08 | xTuple ERP Programmer Reference, Version 4.1.0 |
1.8.10
|