| Home | Trees | Index | Help |
|
|---|
| Package Pyblio :: Package Parsers :: Package Syntax :: Module RIS :: Class Reader |
|
object--+ |Publisher--+ |Reader--+ | Reader
| Method Summary | |
|---|---|
Intialize the publisher | |
Parse a date in RIS format | |
do_default(self,
line,
tag,
data)
| |
do_EP(self,
line,
tag,
data)
| |
do_KW(self,
line,
tag,
data)
| |
do_RP(self,
line,
tag,
data)
| |
do_SP(self,
line,
tag,
data)
| |
do_TY(self,
line,
tag,
data)
| |
Parse a person name in RIS format | |
| Inherited from Reader | |
| |
| |
| |
| |
| |
| |
| |
| |
| Inherited from Publisher | |
Call this method to emit a signal. | |
Clients interested in a given signal must register with this method. | |
Stop notifying events for the specified signal/callback pair. | |
| 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 | |
|---|---|
type |
Parser = Pyblio.Parsers.Syntax.RIS.RISParser |
| Method Details |
|---|
__init__(self)
Intialize the publisher
|
date_add(self, field, value)Parse a date in RIS format |
person_add(self, field, value)Parse a person name in RIS format |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 | http://epydoc.sf.net |