| Method Summary |
| |
is_attribute_permitted(self,
attribute_name,
element_name)
|
| |
is_element_permitted(self,
subelement_name,
element_name)
|
| |
write_attribute(self,
store,
attribute_name,
attribute)
Write the attribute found in the 'store' with the given 'attribute_name'
and represented by 'attribute'. |
| |
write_uid(self,
uid)
|
| Inherited from Writer |
| |
__init__(self,
format_writer)
|
| |
write(self,
store,
node)
Write, using the 'store', the resource rooted at the given 'node'. |
| |
write_element(self,
store,
node,
node_type)
Write the element found in the 'store' represented by the given 'node'
and having the given 'node_type'. |