Trees | Indices | Help |
---|
|
Start up Martel to do the scanning of the file.
This initialzes the Martel based parser and connects it to a handler that will generate events for a Feature Consumer.
|
|||
|
|||
|
|
Initialize the scanner by setting up our caches. Creating the parser takes a long time, so we want to cache it to reduce parsing time. Arguments: o debug - The level of debugging that the parser should display. Level 0 is no debugging, Level 2 displays the most debugging info (but is much slower). See Martel documentation for more info on this. |
Feed a set of data into the scanner. Arguments: o handle - A handle with the information to parse. o consumer - The consumer that should be informed of events. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:32 2008 | http://epydoc.sourceforge.net |