public class XmlTreeBuilder extends TreeBuilder
XmlTreeBuilder when you want to parse XML without any of the HTML DOM rules being applied to the
document.
Usage example: Document xmlDoc = Jsoup.parse(html, baseUrl, Parser.xmlParser());
baseUri, doc, stack| Constructor and Description |
|---|
XmlTreeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initialiseParse(String input,
String baseUri,
com.itextpdf.styledxmlparser.jsoup.parser.ParseErrorList errors) |
protected boolean |
process(com.itextpdf.styledxmlparser.jsoup.parser.Token token) |
currentElement, processEndTag, processStartTag, processStartTag, runParserCopyright © 1998–2018 iText Group NV. All rights reserved.