Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.Tag
-
Packages that use Tag Package Description com.itextpdf.styledxmlparser.jsoup.nodes com.itextpdf.styledxmlparser.jsoup.parser -
-
Uses of Tag in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as Tag Modifier and Type Field Description private TagElement. tagMethods in com.itextpdf.styledxmlparser.jsoup.nodes that return Tag Modifier and Type Method Description TagElement. tag()Get the Tag for this element.Constructors in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type Tag Constructor Description Element(Tag tag, java.lang.String baseUri)Create a new Element from a Tag and a base URI.Element(Tag tag, java.lang.String baseUri, Attributes attributes)Create a new, standalone Element.FormElement(Tag tag, java.lang.String baseUri, Attributes attributes)Create a new, standalone form element.PseudoTextElement(Tag tag, java.lang.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 Tag Modifier and Type Field Description private static java.util.Map<java.lang.String,Tag>Tag. tagsMethods in com.itextpdf.styledxmlparser.jsoup.parser that return Tag Modifier and Type Method Description (package private) TagTag. setSelfClosing()static TagTag. valueOf(java.lang.String tagName)Get a Tag by name.static TagTag. valueOf(java.lang.String tagName, ParseSettings settings)Get a Tag by name.Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type Tag Modifier and Type Method Description private static voidTag. register(Tag tag)
-