org.jsoup.parser
public class XmlTreeBuilder extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.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(java.lang.String input,
java.lang.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 java.lang.String baseUri
protected org.jsoup.parser.Token currentToken
protected org.jsoup.parser.ParseErrorList errors
protected void initialiseParse(java.lang.String input, java.lang.String baseUri, org.jsoup.parser.ParseErrorList errors)
protected boolean process(org.jsoup.parser.Token token)
protected void runParser()
protected Element currentElement()
Copyright © 2009-2014 Jonathan Hedley. All Rights Reserved.