Declared in module tmutils
class TMExporter: def __get_names_string(self, topics) def __init__(self) def export(self, topic_map, document_handler)
The output is done through the SAX DocumentHandler interface. Attach a
document handler that outputs the appropriate output. E.g. use the
xmlarch.Prettifier class to get prettified output.