Methods
|
|
|
|
_bodyAdditions
|
_bodyAdditions ( self, cell )
|
|
_cellAsText
|
_cellAsText ( self, cell )
|
|
_ghost
|
_ghost (
self,
oid,
state=None,
)
|
|
_insertText
|
_insertText (
self,
pos,
text,
)
|
|
_load
|
_load (
self,
oid,
ob,
)
Exceptions
|
|
AssertionError( "Can't load state for anything but Document" )
|
|
|
_new
|
_new ( self, ob )
|
|
_rowAsText
|
_rowAsText ( self, row )
|
|
_save
|
_save ( self, ob )
Exceptions
|
|
AssertionError( "Unexpected item type", ob )
|
|
|
_saveCell
|
_saveCell (
self,
cell,
tag,
content,
close,
)
|
|
_saveChildren
|
_saveChildren (
self,
ob,
tag,
content,
close,
children,
toText,
)
|
|
_tableAsText
|
_tableAsText ( self, table )
|
|
_tagAdditions
|
_tagAdditions ( self, cell )
|
|
actual
|
actual ( klass, text )
|
|
annotation
|
annotation ( text )
|
|
escape
|
escape ( text )
|
|
exception
|
exception ( exc_info )
|
|
flush
|
flush ( self, ob=None )
|
|
makeCell
|
makeCell (
self,
tag,
content,
close,
)
|
|
makeRow
|
makeRow (
self,
tag,
content,
close,
)
|
|
makeTable
|
makeTable (
self,
tag,
content,
close,
)
|
|
smallLabel
|
smallLabel ( text )
|
|
unescape
|
unescape ( text )
|
|