Trees | Index | Help |
---|
Package Bio :: Package Medline :: Module nlmmedline_001211_format |
|
A Martel format to parse the NLM's XML format for Medline.
http://www.nlm.nih.gov/databases/dtd/nlmmedline_001211.dtd http://www.nlm.nih.gov/databases/dtd/nlmmedlinecitation_001211.dtd http://www.nlm.nih.gov/databases/dtd/nlmcommon_001211.dtd
Formats: citation_format Format for one MedlineCitation. format Format for a whole file.Function Summary | |
---|---|
group_elem(element,
expr,
*attrs)
| |
simple_elem(element, *attrs) | |
_end_elem(element)
| |
_start_elem(element,
*attrs)
|
Variable Summary | |
---|---|
Alt |
author_name = <Martel.Expression.Alt instance at 0xb734c...
|
Group |
citation_format = <Martel.Expression.Group instance at 0...
|
Seq |
DeleteCitation_end = <Martel.Expression.Seq instance at ...
|
Seq |
DeleteCitation_start = <Martel.Expression.Seq instance a...
|
Seq |
DOCTYPE = <Martel.Expression.Seq instance at 0xb72d288c>
|
list |
elements = ['Year', 'Month', 'Day', 'Season', 'MedlineDa...
|
Seq |
footer_format = <Martel.Expression.Seq instance at 0xb72...
|
HeaderFooter |
format = <Martel.Expression.HeaderFooter instance at 0xb...
|
Group |
header_format = <Martel.Expression.Group instance at 0xb...
|
Seq |
MedlineCitationSet_end = <Martel.Expression.Seq instance...
|
Seq |
normal_date = <Martel.Expression.Seq instance at 0xb7313...
|
Seq |
personal_name = <Martel.Expression.Seq instance at 0xb73...
|
Alt |
pub_date = <Martel.Expression.Alt instance at 0xb73132ec...
|
Seq |
Ref_template = <Martel.Expression.Seq instance at 0xb733...
|
Any |
space = <Martel.Expression.Any instance at 0xb72d21cc>
|
Function Details |
---|
simple_elem(element, *attrs)simple_elem(element, *attrs) Create a Martel Expression in this module's namespace that will recognize an XML element in the form of: <element>data</element> The whole element must be on a single line. The Expression will be created in the module's namespace with the same name as the element. |
Variable Details |
---|
author_name
|
citation_format
|
DeleteCitation_end
|
DeleteCitation_start
|
DOCTYPE
|
elements
|
footer_format
|
format
|
header_format
|
MedlineCitationSet_end
|
normal_date
|
personal_name
|
pub_date
|
Ref_template
|
space
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:01:14 2006 | http://epydoc.sf.net |