summaryrefslogtreecommitdiff
path: root/include/opie/xmltree.h
Side-by-side diff
Diffstat (limited to 'include/opie/xmltree.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opie/xmltree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opie/xmltree.h b/include/opie/xmltree.h
index 7f1b7b7..7f50365 100644
--- a/include/opie/xmltree.h
+++ b/include/opie/xmltree.h
@@ -84,6 +84,8 @@ public:
AttributeMap attributes() const { return m_attributes; }
AttributeMap &attributes() { return m_attributes; }
+ QString attribute(const QString &)const;
+ void setAttribute( const QString &attr, const QString &value );
void save( QTextStream &stream, uint indent = 0 );
XMLElement *namedItem( const QString &name );