public class HtmlTreeBuilder 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 ArrayList<Element> |
stack |
static String[] |
TagsSearchInScope |
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 boolean |
processEndTag(String name) |
protected boolean |
processStartTag(String name) |
boolean |
processStartTag(String name,
Attributes attrs) |
protected void |
runParser() |
String |
toString() |
public static final String[] TagsSearchInScope
protected Document doc
protected String baseUri
protected org.jsoup.parser.Token currentToken
protected org.jsoup.parser.ParseErrorList errors
protected boolean process(org.jsoup.parser.Token token)
protected void initialiseParse(String input, String baseUri, org.jsoup.parser.ParseErrorList errors)
protected void runParser()
protected boolean processStartTag(String name)
public boolean processStartTag(String name, Attributes attrs)
protected boolean processEndTag(String name)
protected Element currentElement()
Copyright © 2009-2016 Jonathan Hedley. All Rights Reserved.