Package | Description |
---|---|
org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
Modifier and Type | Field and Description |
---|---|
private Token.EndTag |
HtmlTreeBuilder.emptyEnd |
private Token.EndTag |
TreeBuilder.end |
(package private) Token.EndTag |
Tokeniser.endPending |
Modifier and Type | Method and Description |
---|---|
(package private) Token.EndTag |
Token.asEndTag() |
Modifier and Type | Method and Description |
---|---|
private 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.
|