QDomElement
#include <QtXml/QDomElement>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QDomElement
Overview
Inheritance
QDomNode | ||
QDomElement |
Public Types Index
Only has inherited public types
enum EncodingPolicy | |
enum NodeTypeElementNode 1, AttributeNode 2, TextNode 3, CDATASectionNode 4, EntityReferenceNode 5, EntityNode 6, ProcessingInstructionNode 7, CommentNode 8, DocumentNode 9, DocumentTypeNode 10, DocumentFragmentNode 11, NotationNode 12, BaseNode 21, CharacterDataNode 22 |
Protected Attributes Index
Only has inherited protected attributes
QDomNodePrivate * | impl![]() |
Public Functions Index
QDomElement () | |
QDomElement (const QDomElement &x) | |
QString | attribute (const QString &name, const QString &defValue=QString()) const |
QDomAttr | attributeNode (const QString &name) |
QDomAttr | attributeNodeNS (const QString &nsURI, const QString &localName) |
QString | attributeNS (const QString nsURI, const QString &localName, const QString &defValue=QString()) const |
QDomNamedNodeMap | attributes () const |
QDomNodeList | elementsByTagName (const QString &tagname) const |
QDomNodeList | elementsByTagNameNS (const QString &nsURI, const QString &localName) const |
bool | hasAttribute (const QString &name) const |
bool | hasAttributeNS (const QString &nsURI, const QString &localName) const |
QDomNode::NodeType | nodeType () const |
QDomElement & | operator= (const QDomElement &) |
void | removeAttribute (const QString &name) |
QDomAttr | removeAttributeNode (const QDomAttr &oldAttr) |
void | removeAttributeNS (const QString &nsURI, const QString &localName) |
void | setAttribute (const QString &name, const QString &value) |
void | setAttribute (const QString &name, qlonglong value) |
void | setAttribute (const QString &name, qulonglong value) |
void | setAttribute (const QString &name, int value) |
void | setAttribute (const QString &name, uint value) |
void | setAttribute (const QString &name, float value) |
void | setAttribute (const QString &name, double value) |
QDomAttr | setAttributeNode (const QDomAttr &newAttr) |
QDomAttr | setAttributeNodeNS (const QDomAttr &newAttr) |
void | setAttributeNS (const QString nsURI, const QString &qName, const QString &value) |
void | setAttributeNS (const QString nsURI, const QString &qName, int value) |
void | setAttributeNS (const QString nsURI, const QString &qName, uint value) |
void | setAttributeNS (const QString nsURI, const QString &qName, qlonglong value) |
void | setAttributeNS (const QString nsURI, const QString &qName, qulonglong value) |
void | setAttributeNS (const QString nsURI, const QString &qName, double value) |
void | setTagName (const QString &name) |
QString | tagName () const |
QString | text () const |
QDomNode | appendChild (const QDomNode &newChild)![]() |
QDomNodeList | childNodes () const ![]() |
void | clear ()![]() |
QDomNode | cloneNode (bool deep=true) const ![]() |
int | columnNumber () const ![]() |
QDomNode | firstChild () const ![]() |
QDomElement | firstChildElement (const QString &tagName=QString()) const ![]() |
bool | hasAttributes () const ![]() |
bool | hasChildNodes () const ![]() |
QDomNode | insertAfter (const QDomNode &newChild, const QDomNode &refChild)![]() |
QDomNode | insertBefore (const QDomNode &newChild, const QDomNode &refChild)![]() |
bool | isAttr () const ![]() |
bool | isCDATASection () const ![]() |
bool | isCharacterData () const ![]() |
bool | isComment () const ![]() |
bool | isDocument () const ![]() |
bool | isDocumentFragment () const ![]() |
bool | isDocumentType () const ![]() |
bool | isElement () const ![]() |
bool | isEntity () const ![]() |
bool | isEntityReference () const ![]() |
bool | isNotation () const ![]() |
bool | isNull () const ![]() |
bool | isProcessingInstruction () const ![]() |
bool | isSupported (const QString &feature, const QString &version) const ![]() |
bool | isText () const ![]() |
QDomNode | lastChild () const ![]() |
QDomElement | lastChildElement (const QString &tagName=QString()) const ![]() |
int | lineNumber () const ![]() |
QString | localName () const ![]() |
QDomNode | namedItem (const QString &name) const ![]() |
QString | namespaceURI () const ![]() |
QDomNode | nextSibling () const ![]() |
QDomElement | nextSiblingElement (const QString &taName=QString()) const ![]() |
QString | nodeName () const ![]() |
QString | nodeValue () const ![]() |
void | normalize ()![]() |
bool | operator!= (const QDomNode &) const ![]() |
QDomNode & | operator= (const QDomNode &)![]() |
bool | operator== (const QDomNode &) const ![]() |
QDomDocument | ownerDocument () const ![]() |
QDomNode | parentNode () const ![]() |
QString | prefix () const ![]() |
QDomNode | previousSibling () const ![]() |
QDomElement | previousSiblingElement (const QString &tagName=QString()) const ![]() |
QDomNode ()![]() | |
QDomNode (const QDomNode &)![]() | |
QDomNode | removeChild (const QDomNode &oldChild)![]() |
QDomNode | replaceChild (const QDomNode &newChild, const QDomNode &oldChild)![]() |
void | save (QTextStream &, int) const ![]() |
void | save (QTextStream &, int, EncodingPolicy) const ![]() |
void | setNodeValue (const QString &)![]() |
void | setPrefix (const QString &pre)![]() |
QDomAttr | toAttr () const ![]() |
QDomCDATASection | toCDATASection () const ![]() |
QDomCharacterData | toCharacterData () const ![]() |
QDomComment | toComment () const ![]() |
QDomDocument | toDocument () const ![]() |
QDomDocumentFragment | toDocumentFragment () const ![]() |
QDomDocumentType | toDocumentType () const ![]() |
QDomElement | toElement () const ![]() |
QDomEntity | toEntity () const ![]() |
QDomEntityReference | toEntityReference () const ![]() |
QDomNotation | toNotation () const ![]() |
QDomProcessingInstruction | toProcessingInstruction () const ![]() |
QDomText | toText () const ![]() |
Protected Functions Index
Only has inherited protected functions
QDomNode (QDomNodePrivate *)![]() |
Public Types
(Only has inherited public types)
- EncodingFromDocument 1
- EncodingFromTextStream 2
- ElementNode 1
- AttributeNode 2
- TextNode 3
- CDATASectionNode 4
- EntityReferenceNode 5
- EntityNode 6
- ProcessingInstructionNode 7
- CommentNode 8
- DocumentNode 9
- DocumentTypeNode 10
- DocumentFragmentNode 11
- NotationNode 12
- BaseNode 21
- CharacterDataNode 22
Protected Attributes
(Only has inherited protected attributes)
QDomNodePrivate * 
Public Functions
bool
bool
QDomNode::NodeType
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void 
int 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
int 
QDomNode 
Shortcut to avoid dealing with QDomNodeList all the time.
void 
bool 
QDomNode & 
bool 
void 
void 
void 
void 
Protected Functions
(Only has inherited protected functions)
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy