class documentation

class HTMLParser(etree.HTMLParser): (source)

View In Hierarchy

An HTML parser that is configured to return lxml.html Element objects.

Method __init__ Undocumented
def __init__(self, **kwargs): (source)

Undocumented