def addTextToElement(self, odfElement, s)
Process an input string, inserting <text:tab> elements for '\t', <text:line-break> elements for ' ',...
def _emitSpaces(self, odfElement)
Creates a <text:s> element for the current spaceCount.
def _emitTextBuffer(self, odfElement)
Creates a Text Node whose contents are the current textBuffer.