def __init__(self, out=sys.stdout):
handler.ContentHandler.__init__(self)
self._out = codecs.getwriter('utf-8')(out)
self._text = ""
self._parent = None
self._list_started = False
self._title = None
self._link = None
self._descr = ""
# ContentHandler methods
评论列表
文章目录