public class HtmlTreeBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
baseUri |
protected org.jsoup.parser.Token |
currentToken |
protected Document |
doc |
protected ParseErrorList |
errors |
protected ParseSettings |
settings |
protected ArrayList<Element> |
stack |
static String[] |
TagsSearchInScope |
Modifier and Type | Method and Description |
---|---|
protected Element |
currentElement() |
protected void |
initialiseParse(String input,
String baseUri,
ParseErrorList errors,
ParseSettings settings) |
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 ParseErrorList errors
protected ParseSettings settings
protected boolean process(org.jsoup.parser.Token token)
protected void initialiseParse(String input, String baseUri, ParseErrorList errors, ParseSettings settings)
protected void runParser()
protected boolean processStartTag(String name)
public boolean processStartTag(String name, Attributes attrs)
protected boolean processEndTag(String name)
protected Element currentElement()
Copyright © 2017. All rights reserved.