Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.TreeBuilder
Packages that use TreeBuilder
-
Uses of TreeBuilder in com.itextpdf.styledxmlparser.jsoup.parser
Subclasses of TreeBuilder in com.itextpdf.styledxmlparser.jsoup.parserModifier and TypeClassDescriptionclassHTML Tree Builder; creates a DOM from Tokens.classUse theXmlTreeBuilderwhen you want to parse XML without any of the HTML DOM rules being applied to the document.Methods in com.itextpdf.styledxmlparser.jsoup.parser that return TreeBuilderMethods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type TreeBuilderModifier and TypeMethodDescriptionParser.setTreeBuilder(TreeBuilder treeBuilder) Update the TreeBuilder used when parsing content.Constructors in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type TreeBuilderModifierConstructorDescriptionParser(TreeBuilder treeBuilder) Create a new Parser, using the specified TreeBuilder