Package org.jsoup.parser
Class Token.EndTag
java.lang.Object
org.jsoup.parser.Token
org.jsoup.parser.Token.Tag
org.jsoup.parser.Token.EndTag
- Enclosing class:
- Token
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jsoup.parser.Token
Token.CData, Token.Character, Token.Comment, Token.Doctype, Token.EndTag, Token.EOF, Token.StartTag, Token.Tag, Token.TokenType
-
Field Summary
Fields inherited from class org.jsoup.parser.Token.Tag
attributes, normalName, selfClosing, tagName
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jsoup.parser.Token.Tag
appendAttributeName, appendAttributeName, appendAttributeValue, appendAttributeValue, appendAttributeValue, appendAttributeValue, appendTagName, appendTagName, finaliseTag, hasAttribute, hasAttributes, isSelfClosing, name, name, newAttribute, normalName, reset, setEmptyAttributeValue, toStringName
Methods inherited from class org.jsoup.parser.Token
asCharacter, asComment, asDoctype, asEndTag, asStartTag, endPos, endPos, isCData, isCharacter, isComment, isDoctype, isEndTag, isEOF, isStartTag, reset, startPos, startPos, tokenType