Uses of Class
org.jsoup.parser.Token.EndTag
Packages that use Token.EndTag
Package
Description
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of Token.EndTag in org.jsoup.parser
Fields in org.jsoup.parser declared as Token.EndTagModifier and TypeFieldDescriptionprivate Token.EndTag
HtmlTreeBuilder.emptyEnd
private final Token.EndTag
TreeBuilder.end
(package private) final Token.EndTag
Tokeniser.endPending
Methods in org.jsoup.parser that return Token.EndTagMethods in org.jsoup.parser with parameters of type Token.EndTagModifier and TypeMethodDescriptionprotected void
XmlTreeBuilder.popStackToClose
(Token.EndTag endTag) If the stack contains an element with this tag's name, pop up the stack to remove the first occurrence.