|     |   | 
Methods defined here: 
- __init__(self, path)
 - open-or-create xml collection
 
  
in the flatfile context, that corresponds to a directory, doesn't it... 
- so all we do is store the file in the directory.  
- add(self, *filenames)
 - add files to database - which just means copy to directory.
  
- qfile(self, filename, conceptlist, single=False)
  
- query(self, *conceptsets)
 - # External
  
- query_cached(self, cache, *conceptsets)
  
 
Data and other attributes defined here: 
- __dict__ = <dictproxy object at 0x23bd9f0>
 - dictionary for instance variables (if defined)
  
- __weakref__ = <attribute '__weakref__' of 'xmldb' objects>
 - list of weak references to the object (if defined)
  
 |