public abstract static class Token.Tag extends Token
Token.CData, Token.Character, Token.Comment, Token.Doctype, Token.EndTag, Token.EOF, Token.StartTag, Token.Tag, Token.TokenType| Modifier and Type | Field and Description |
|---|---|
Attributes |
attributes |
java.lang.String |
normalName |
boolean |
selfClosing |
java.lang.String |
tagName |
| Modifier | Constructor and Description |
|---|---|
protected |
Tag(Token.TokenType tokenType) |
| Modifier and Type | Method and Description |
|---|---|
Token.Tag |
reset()
Reset the data represent by this token, for reuse.
|
public java.lang.String tagName
public java.lang.String normalName
public boolean selfClosing
public Attributes attributes
protected Tag(Token.TokenType tokenType)