Uses of Class
org.jsoup.parser.Tag
Package
Description
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of Tag in org.jsoup.nodes
ModifierConstructorDescriptionCreate a new Element from a Tag and a base URI.Element
(Tag tag, @Nullable String baseUri, @Nullable 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 org.jsoup.parser
Modifier and TypeMethodDescriptionprotected Tag
Tag.clone()
static Tag
Tag.valueOf
(String tagName) Get a Tag by name.static Tag
Tag.valueOf
(String tagName, String namespace, ParseSettings settings) Get a Tag by name.static Tag
Tag.valueOf
(String tagName, ParseSettings settings) Get a Tag by name.