XmlTreeBuilder
Use the {@code XmlTreeBuilder} when you want to parse XML without any of the HTML DOM rules being applied to the document.
class XmlTreeBuilder
Usage example: {@code Document xmlDoc = Jsoup.parse(html, baseUrl, Parser.xmlParser())}
Use the {@code XmlTreeBuilder} when you want to parse XML without any of the HTML DOM rules being applied to the document.
class XmlTreeBuilder
Usage example: {@code Document xmlDoc = Jsoup.parse(html, baseUrl, Parser.xmlParser())}