Methods
|
|
__init__
_get
insert_element
insert_raw_text
insert_singleton
insert_text
to_file
|
|
__init__
|
__init__ ( self, text )
|
|
_get
|
_get ( self, pos )
|
|
insert_element
|
insert_element (
self,
leftpos,
rightpos,
tag,
attrs={},
)
|
|
insert_raw_text
|
insert_raw_text (
self,
pos,
text,
)
|
|
insert_singleton
|
insert_singleton (
self,
pos,
tag,
attrs={},
)
|
|
insert_text
|
insert_text (
self,
pos,
text,
)
|
|
to_file
|
to_file ( self, outfile )
|
|