From 342ac04976065864b351c6b36087a483a8932da7 Mon Sep 17 00:00:00 2001 From: harlekin Date: Tue, 19 Mar 2002 00:18:04 +0000 Subject: along with tododb --- (limited to 'include') 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 ); -- cgit v0.9.0.2