changeset 7:e959bc6bf2a7

starting use for other metadata elements
author casties
date Thu, 28 Jul 2011 10:36:39 +0200
parents 00147a1ab4ac
children 4cd862bf37a3
files MetaData.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MetaData.py	Wed Jul 27 21:08:01 2011 +0200
+++ b/MetaData.py	Thu Jul 28 10:36:39 2011 +0200
@@ -74,6 +74,12 @@
             return ''
             
         return path
+    
+    def getSubDom(self, dom):
+        """returns the subtree of the dom rooted in this element"""
+        
+    def getSubElements(self, dom):
+        """returns a dict with names and text values of direct child elements"""
 
     def getMapping(self, type):
         """returns MetaDataMapping for type"""