Uses of Class
org.jsoup.parser.TreeBuilder
Packages that use TreeBuilder
Package
Description
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of TreeBuilder in org.jsoup.parser
Subclasses of TreeBuilder in org.jsoup.parserModifier and TypeClassDescriptionclass
HTML Tree Builder; creates a DOM from Tokens.class
Use theXmlTreeBuilder
when you want to parse XML without any of the HTML DOM rules being applied to the document.Fields in org.jsoup.parser declared as TreeBuilderMethods in org.jsoup.parser that return TreeBuilderModifier and TypeMethodDescriptionParser.getTreeBuilder()
Get the TreeBuilder currently in use.(package private) abstract TreeBuilder
TreeBuilder.newInstance()
Create a new copy of this TreeBuilderMethods in org.jsoup.parser with parameters of type TreeBuilderModifier and TypeMethodDescriptionParser.setTreeBuilder
(TreeBuilder treeBuilder) Update the TreeBuilder used when parsing content.Constructors in org.jsoup.parser with parameters of type TreeBuilderModifierConstructorDescriptionParser
(TreeBuilder treeBuilder) Create a new Parser, using the specified TreeBuilder