XmlTreeBuilder

Use the {@code XmlTreeBuilder} when you want to parse XML without any of the HTML DOM rules being applied to the document.

XmlTreeBuilder.swift:17
class XmlTreeBuilder

Usage example: {@code Document xmlDoc = Jsoup.parse(html, baseUrl, Parser.xmlParser())}