Trees | Indices | Help |
|
---|
|
xml.sax.handler.ContentHandler --+ | xml.sax.saxutils.XMLGenerator --+ | SaxJCMLProcessor
Handles the generation of features over an XML object formatted as JCML. It does processing every time a parallel sentence including its contents has been declared. Processing of any other XML type should follow this example.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|
Handles the basic tags used for reading the simple XML format. As tags are prone to changes, this can be done by changing values here, or overriding accordingly |
Receive notification of the beginning of a document. The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).
|
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.
|
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. Data stored in global vars of the class, time to create our objects and fire their processing
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 18 11:46:12 2014 | http://epydoc.sourceforge.net |