Methods
__init__(
self,
stream=<open file '<stdout>', mode 'w' at 0x30036068>,
**wargs)
simpleElement(
self,
tagName,
namespace=None,
extraNss=None,
attributes=None,
content=u'')
startElement(
self,
tagName,
namespace=None,
extraNss=None,
attributes=None)
Methods inherited from class __builtin__.object
__delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__
Fields
__dict__ = <attribute '__dict__' of 'MarkupWriter' objects>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'MarkupWriter' objects>
list of weak references to the object (if defined)
Fields