jsoup
jsoup copied to clipboard
Closed parser/tree builder API
Given the opinionated approach of HtmlParser re strict Html5 structure, which breaks templating schemes (e.g. Polymer/web components - see #600 and #941 and #901, and so on) I need a different tree builder. Unfortunately the tree builder API is closed for extension outside the package. Is there a reason this API is locked down?
There's no strong reason, other than the I don't think that the API is very good or one that should be contractual yet. Happy to take suggestions on cleaning it up so we can make it extensible.