#include <qdom.h>

Public Member Functions |
|
| QDomAttr () | |
| QDomAttr (const QDomAttr &x) | |
| QDomAttr & | operator= (const QDomAttr &) |
| QString | name () const |
| bool | specified () const |
| QDomElement | ownerElement () const |
| QString | value () const |
| void | setValue (const QString &) |
| QDomNode::NodeType | nodeType () const |
Friends |
|
| class | QDomDocument |
| class | QDomElement |
| class | QDomNode |
| QDomAttr | ( | ) |
| QString name | ( | ) | const |
| bool specified | ( | ) | const |
| QDomElement ownerElement | ( | ) | const |
| QString value | ( | ) | const |
| void setValue | ( | const QString & | ) |
| QDomNode::NodeType nodeType | ( | ) | const [inline] |
friend class QDomDocument
[friend] |
friend class QDomElement
[friend] |
friend class QDomNode [friend] |