I have a use-case where I want to be able to query the tree while parsing is still ongoing (i.e., the tree (Html) is in a HtmlTreeSink). Would it be possible to add a method to borrow the Html from a HtmlTreeSink to avoid having to destroy and recreate the HtmlTreeSink?