Home | Trees | Index | Help |
|
---|
Package Pyblio :: Package Parsers :: Package Syntax :: Module RIS :: Class RISParser |
|
object
--+ |Parser
--+ | RISParser
Method Summary | |
---|---|
line_handler(self,
line,
count)
| |
Inherited from Parser | |
Create a new parser for a file containing 'tagged' records | |
| |
| |
Transforms a single field of a record | |
| |
Override me to have a function called before the first record is to be parsed | |
Override me to be called after the last record has been parsed | |
Override me to be called just at the end of file | |
Call me to notify the availability of a new meta data | |
Call this function to get the next record as a list of tuples | |
Emit a new event. | |
| |
| |
Put back a line so that it will be returned by self._pop when it is next invoked. | |
Parse enough lines to get the next event | |
Return a line from the file with its line number. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Inherited from Parser | |
int |
EV_DONE = 6 |
int |
EV_FIELD_DATA = 3 |
int |
EV_FIELD_END = 4 |
int |
EV_FIELD_START = 2 |
int |
EV_FILE_END = 5 |
int |
EV_METADATA = 7 |
int |
EV_RECORD_END = 1 |
int |
EV_RECORD_START = 0 |
int |
ST_IN_FIELD = 1 |
int |
ST_IN_RECORD = 0 |
int |
ST_OUTSIDE = 2 |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 | http://epydoc.sf.net |