Package dataprocessor :: Package output :: Module xmlwriter :: Class XmlWriter
[hide private]
[frames] | no frames]

Class XmlWriter

source code

   object --+        
            |        
GenericWriter --+    
                |    
 GenericXMLWriter --+
                    |
                   XmlWriter
Known Subclasses:

classdocs

Instance Methods [hide private]
 
get_parallelsentence_xml(self, ps, doc_xml=minidom.Document()) source code
 
_create_xml_sentence(self, doc_xml, sentence, tag)
Helper function that fetches the text and the attributes of a sentence and wraps them up into a minidom XML sentenceect
source code

Inherited from GenericXMLWriter: __init__, get_document_xml, get_parallelsentence_string, write_to_file

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_parallelsentence_xml(self, ps, doc_xml=minidom.Document())

source code 
Overrides: GenericXMLWriter.get_parallelsentence_xml