Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as TagMethods in com.itextpdf.styledxmlparser.jsoup.nodes that return TagConstructors in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type TagModifierConstructorDescriptionCreate a new Element from a Tag and a base URI.Element
(Tag tag, String baseUri, Attributes attributes) Create a new, standalone Element.FormElement
(Tag tag, String baseUri, Attributes attributes) Create a new, standalone form element.PseudoTextElement
(Tag tag, String baseUri, Attributes attributes) -
Uses of Tag in com.itextpdf.styledxmlparser.jsoup.parser
Fields in com.itextpdf.styledxmlparser.jsoup.parser with type parameters of type TagMethods in com.itextpdf.styledxmlparser.jsoup.parser that return TagModifier and TypeMethodDescription(package private) Tag
Tag.setSelfClosing()
static Tag
Get a Tag by name.static Tag
Tag.valueOf
(String tagName, ParseSettings settings) Get a Tag by name.Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type Tag