Trees | Indices | Help |
|
---|
|
xml.sax.handler.ContentHandler --+ | SaxJcmlOrangeHeader
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|
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 of the simplesentence
|
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 Fri Jul 18 11:46:12 2014 | http://epydoc.sourceforge.net |