Definition at line 476 of file qdom.h.
Public Member Functions
|
| |
QDomElement
() |
| |
QDomElement
(const QDomElement &x) |
| QDomElement & |
operator=
(const QDomElement &) |
| QString |
attribute
(const QString
&name, const QString &defValue=QString()) const |
| 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) |
| void |
removeAttribute
(const QString
&name) |
| QDomAttr |
attributeNode
(const QString
&name) |
| QDomAttr |
setAttributeNode
(const QDomAttr
&newAttr) |
| QDomAttr |
removeAttributeNode
(const QDomAttr
&oldAttr) |
| QDomNodeList |
elementsByTagName
(const QString
&tagname) const |
| bool |
hasAttribute
(const QString
&name) const |
| QString |
attributeNS
(const QString nsURI,
const QString
&localName, const QString &defValue=QString()) const |
| 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 |
removeAttributeNS
(const QString
&nsURI, const QString &localName) |
| QDomAttr |
attributeNodeNS
(const QString
&nsURI, const QString &localName) |
| QDomAttr |
setAttributeNodeNS
(const QDomAttr
&newAttr) |
| QDomNodeList |
elementsByTagNameNS
(const QString
&nsURI, const QString &localName) const |
| bool |
hasAttributeNS
(const QString
&nsURI, const QString &localName) const |
| QString |
tagName
() const |
| void |
setTagName
(const QString
&name) |
| QDomNamedNodeMap |
attributes
() const |
| QDomNode::NodeType |
nodeType
() const |
| QString |
text
() const |
Friends
|
| class |
QDomDocument |
| class |
QDomNode |
| class |
QDomAttr |