Package Pyblio :: Package Adapters :: Module WOK2BibTeX :: Class WOK2BibTeX
[hide private]
[frames] | no frames]

Class WOK2BibTeX

source code

     object --+            
              |            
 Store.Database --+        
                  |        
    Adapter.Adapter --+    
                      |    
Adapter.OneToOneAdapter --+
                          |
                         WOK2BibTeX

Instance Methods [hide private]
 
__init__(self, base) source code
 
source2target(self, wok)
Translates a record from the source db to the target db
source code

Inherited from Adapter.OneToOneAdapter: __getitem__, __setitem__, add, has_key, target2source

Inherited from Adapter.OneToOneAdapter (private): _entries

Inherited from Adapter.Adapter: save, xmlread

Inherited from Store.Database: collate, query, validate, xmlwrite

Inherited from Store.Database (private): _entries_get, _txo_get, _txo_warn

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  typemap = {'@': 'article'}

Inherited from Adapter.Adapter: header

Inherited from Store.Database: rs

Properties [hide private]

Inherited from Adapter.OneToOneAdapter: entries

Inherited from Store.Database: txo

Inherited from object: __class__

Method Details [hide private]

__init__(self, base)
(Constructor)

source code 
Overrides: Adapter.OneToOneAdapter.__init__

source2target(self, wok)

source code 
Translates a record from the source db to the target db
Overrides: Adapter.OneToOneAdapter.source2target
(inherited documentation)