public class XmlTreeBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
baseUri |
protected org.jsoup.parser.Token |
currentToken |
protected Document |
doc |
protected org.jsoup.parser.ParseErrorList |
errors |
protected DescendableLinkedList<Element> |
stack |
Constructor and Description |
---|
XmlTreeBuilder() |
Modifier and Type | Method and Description |
---|---|
protected Element |
currentElement() |
protected void |
initialiseParse(String input,
String baseUri,
org.jsoup.parser.ParseErrorList errors) |
protected boolean |
process(org.jsoup.parser.Token token) |
protected void |
runParser() |
protected Document doc
protected DescendableLinkedList<Element> stack
protected String baseUri
protected org.jsoup.parser.Token currentToken
protected org.jsoup.parser.ParseErrorList errors
Copyright © 2009–2013 Jonathan Hedley. All rights reserved.