Package org.jsoup.parser
Class Token.EOF
- java.lang.Object
-
- org.jsoup.parser.Token
-
- org.jsoup.parser.Token.EOF
-
-
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
-
-
Constructor Summary
Constructors Constructor Description EOF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Token
reset()
Reset the data represent by this token, for reuse.-
Methods inherited from class org.jsoup.parser.Token
asCharacter, asComment, asDoctype, asEndTag, asStartTag, isCData, isCharacter, isComment, isDoctype, isEndTag, isEOF, isStartTag, reset, tokenType
-
-