Uses of Class
org.jsoup.parser.Tag
Packages that use Tag
Package
Description
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of Tag in org.jsoup.nodes
Fields in org.jsoup.nodes declared as TagMethods in org.jsoup.nodes that return TagMethods in org.jsoup.nodes with parameters of type TagConstructors in org.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) Deprecated. -
Uses of Tag in org.jsoup.parser
Fields in org.jsoup.parser with type parameters of type TagMethods in org.jsoup.parser that return TagModifier and TypeMethodDescriptionTag.clear(int option) Clear (unset) an option from this tag.protected TagTag.clone()Get an existing Tag from this TagSet by tagName and namespace.Change the tag's name.Set the tag's namespace.Tag.set(int option) Set an option on this tag.(package private) TagTreeBuilder.tagFor(String tagName, String normalName, String namespace, ParseSettings settings) (package private) Tagstatic TagGet a Tag by name.static TagTag.valueOf(String tagName, String namespace, ParseSettings settings) Get a Tag by name.static TagTag.valueOf(String tagName, ParseSettings settings) Get a Tag by name.Get a Tag by name from this TagSet.(package private) TagTag.valueOf with the normalName via the token.normalName, to save redundant lower-casing passes.TagSet.valueOf(String tagName, String namespace, ParseSettings settings) Get a Tag by name from this TagSet.Methods in org.jsoup.parser that return types with arguments of type TagMethods in org.jsoup.parser with parameters of type TagModifier and TypeMethodDescriptionInsert a tag into this TagSet.private voidAdds the tag, but does not set defined.Method parameters in org.jsoup.parser with type arguments of type TagModifier and TypeMethodDescriptionRegister a callback to customize eachTagas it's added to this TagSet.private TagSetConstructor parameters in org.jsoup.parser with type arguments of type Tag