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