This is dirty but may be a bit faster.
end of BaseParser API
Alias for class_named
def tag_start(name, attrs) end def tag_end(name) end def text(text) end
[Validate]