]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MailPartViewers/UIxKolabPartViewer.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1100 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailPartViewers / UIxKolabPartViewer.h
index af288097303d80811341baa48bca071fb41ec0c2..a47608b62d533ea3ecd33a3e45d6aae8fd97864f 100644 (file)
   Superclass for viewers which show the application/x-vnd.* XML documents.
 */
 
+#include <DOM/DOMProtocols.h>
+
 @interface UIxKolabPartViewer : UIxMailPartViewer
 {
+  id<NSObject,DOMDocument> domDocument;
+  id item;
 }
 
+/* getting a DOM representation */
+
+- (id<DOMDocument>)domDocument;
+
 @end
 
 #endif /* __Mailer_UIxKolabPartViewer_H__ */