Package Pyblio :: Package Parsers :: Package Semantic :: Module ISI :: Class Reader
[hide private]
[frames] | no frames]

Class Reader

source code

        object --+            
                 |            
Callback.Publisher --+        
                     |        
  Syntax.Tagged.Reader --+    
                         |    
         Syntax.ISI.Reader --+
                             |
                            Reader

Nested Classes [hide private]

Inherited from Syntax.ISI.Reader: Parser

Instance Methods [hide private]
 
record_begin(self) source code
 
do_PT(self, line, tag, data) source code
 
do_DT(self, line, tag, data) source code
 
do_ID(self, line, tag, data) source code
 
do_AU(self, line, tag, data) source code
 
do_TI(self, line, tag, data) source code
 
do_UT(self, line, tag, data) source code
 
do_AB(self, line, tag, data) source code
 
do_SO(self, line, tag, data) source code
 
do_JI(self, line, tag, data) source code
 
do_J9(self, line, tag, data) source code
 
do_PY(self, line, tag, data) source code
 
do_SE(self, line, tag, data) source code
 
do_VL(self, line, tag, data) source code
 
do_IS(self, line, tag, data) source code
 
do_SN(self, line, tag, data) source code
 
do_C1(self, line, tag, data) source code
 
do_RP(self, line, tag, data) source code
 
do_BP(self, line, tag, data) source code
 
do_EP(self, line, tag, data) source code
 
do_default(self, line, tag, data) source code

Inherited from Syntax.ISI.Reader: person_add

Inherited from Syntax.Tagged.Reader: id_add, metadata_parse, parse, record_end, record_parse, text_add, url_add

Inherited from Callback.Publisher: __init__, emit, register, unregister

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

Class Variables [hide private]
  doctype_mapping = {'J': '@'}
  log = logging.getLogger('pyblio.import.isi')

Inherited from Syntax.ISI.Reader: mapping

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

record_begin(self)

source code 
Overrides: Syntax.Tagged.Reader.record_begin

do_default(self, line, tag, data)

source code 
Overrides: Syntax.ISI.Reader.do_default