NAME
Qt::Xml::QDomElement
PUBLIC METHODS
- QDomElement()
- QDomElement(const QDomElement & x)
- QString attribute(const QString & name, const QString & defValue)
- QString attribute(const QString & name, const QString & defValue = QString())
- QString attributeNS(const QString nsURI, const QString & localName, const QString & defValue)
- QString attributeNS(const QString nsURI, const QString & localName, const QString & defValue = QString())
- QDomAttr attributeNode(const QString & name)
- QDomAttr attributeNodeNS(const QString & nsURI, const QString & localName)
- QDomNamedNodeMap attributes()
- QDomNodeList elementsByTagName(const QString & tagname)
- QDomNodeList elementsByTagNameNS(const QString & nsURI, const QString & localName)
- bool hasAttribute(const QString & name)
- bool hasAttributeNS(const QString & nsURI, const QString & localName)
- QDomNode::NodeType nodeType()
- QDomElement & operator=(const QDomElement & arg0)
- void removeAttribute(const QString & name)
- void removeAttributeNS(const QString & nsURI, const QString & localName)
- QDomAttr removeAttributeNode(const QDomAttr & oldAttr)
- 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 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)
- QDomAttr setAttributeNode(const QDomAttr & newAttr)
- QDomAttr setAttributeNodeNS(const QDomAttr & newAttr)
- void setTagName(const QString & name)
- QString tagName()
- QString text()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.