Trees | Indices | Help |
---|
|
Iterator interface to move over a file of CDD entries one at a time. Iterator expects a handle to an sgml file. It extracts data bracketed by specified tag pairs, then removes blank lines and leading white space. The parser operates on the filtered data.
|
|||
|
|||
|
|||
|
|
Initialize the iterator. Arguments: o handle - A handle with CDD entries to iterate through. o parser - An optional parser to pass the entries through before returning them. If None, then the raw entry will be returned. |
Return the next CDD record from the handle. Will return None if we ran out of records. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:26:30 2008 | http://epydoc.sourceforge.net |