Trees | Indices | Help |
---|
|
xml.sax.handler.ContentHandler --+ | _AlignCreator
Handler to create a ClustalAlignment object from clustal file info.
This handler is used to accept events coming from a Martel parsing stream, and acts like a normal SAX handler.
After parsing, the alignment object created is available as the align attribute of the class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
Create a new handler ready to deal with output from Martel parsing. Arguments: o alphabet - The alphabet to create all of the new sequences with.
|
Check the various tags for the info we are interested in.
|
Receive notification of character data. The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity so that the Locator provides useful information.
|
Signals the end of an element in non-namespace mode. The name parameter contains the name of the element type, just as with the startElement event.
|
Receive notification of the end of a document. The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:25 2008 | http://epydoc.sourceforge.net |