Trees | Indices | Help |
|
---|
|
xml.sax.handler.ContentHandler --+ | SaxWrapper
Abstract SAX wrapper to facilitate use of older minidom processors.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
i = 0
|
|
|
Signals the start of an element (simplesentence or parallelsentence)
|
The Parser will call this method to report each chunk of character data. We use it to store the string
|
Signals the end of an element. Data stored in global vars of the class, time to create our objects and fire their processing
|
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 Fri Jul 18 11:46:12 2014 | http://epydoc.sourceforge.net |