Uses of Class
org.jsoup.parser.TreeBuilder
-
Packages that use TreeBuilder Package Description org.jsoup.parser Contains the HTML parser, tag specifications, and HTML tokeniser. -
-
Uses of TreeBuilder in org.jsoup.parser
Subclasses of TreeBuilder in org.jsoup.parser Modifier and Type Class Description classHtmlTreeBuilderHTML Tree Builder; creates a DOM from Tokens.classXmlTreeBuilderUse theXmlTreeBuilderwhen you want to parse XML without any of the HTML DOM rules being applied to the document.Fields in org.jsoup.parser declared as TreeBuilder Modifier and Type Field Description private TreeBuilderParser. treeBuilderMethods in org.jsoup.parser that return TreeBuilder Modifier and Type Method Description TreeBuilderParser. getTreeBuilder()Get the TreeBuilder currently in use.Methods in org.jsoup.parser with parameters of type TreeBuilder Modifier and Type Method Description ParserParser. setTreeBuilder(TreeBuilder treeBuilder)Update the TreeBuilder used when parsing content.Constructors in org.jsoup.parser with parameters of type TreeBuilder Constructor Description Parser(TreeBuilder treeBuilder)Create a new Parser, using the specified TreeBuilder
-