Correctly handle entity and character references when washing HTML.
Entity ("&name;") and character ("&#ref;") references were simply lost when washing HTML, as HTMLWasher class simply did not subclass handle_charref(..) and
handle_entityref(..)
functions.
Also corrected class docstring.