I am trying to create a new Element using jsoup.
Element constructor:
Element(Tag tag, String baseUri, Attributes attributes)
I have problems instantiating the Tag object, because the constructor is not visible.
How can I obtain a Tag, apart from getting an existing one from another element?