class documentation

Process unordered list blocks.

Method __init__ Undocumented
Constant TAG Undocumented
Instance Variable RE Undocumented

Inherited from OListProcessor:

Method get_items Break a block into list items.
Method run Run processor. Must be overridden by subclasses.
Method test Test for block type. Must be overridden by subclasses.
Constant LAZY_OL Undocumented
Constant SIBLING_TAGS Undocumented
Constant STARTSWITH Undocumented
Instance Variable CHILD_RE Undocumented
Instance Variable INDENT_RE Undocumented

Inherited from BlockProcessor (via OListProcessor):

Method detab Remove a tab from the front of each line of the given text.
Method lastChild Return the last child of an etree element.
Method looseDetab Remove a tab from front of lines but allowing dedented lines.
Instance Variable parser Undocumented
Instance Variable tab_length Undocumented