Package Martel :: Module Iterator :: Class Iterator
[hide private]
[frames] | no frames]

Class Iterator

source code

Instance Methods [hide private]
 
__init__(self, parser, tag) source code
 
iterateString(self, s, cont_handler=None)
create an iterator over a string
source code
 
iterateFile(self, fileobj, cont_handler=None) source code
 
iterate(self, source, cont_handler=None)
parse using the URL or file handle
source code