Class Token.StartTag
- java.lang.Object
-
- com.itextpdf.styledxmlparser.jsoup.parser.Token
-
- com.itextpdf.styledxmlparser.jsoup.parser.Token.Tag
-
- com.itextpdf.styledxmlparser.jsoup.parser.Token.StartTag
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.styledxmlparser.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 com.itextpdf.styledxmlparser.jsoup.parser.Token.Tag
attributes, normalName, selfClosing, tagName
-
-
Constructor Summary
Constructors Constructor Description StartTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Token.StartTag
nameAttr(java.lang.String name, Attributes attributes)
(package private) Token
reset()
Reset the data represent by this token, for reuse.java.lang.String
toString()
-
Methods inherited from class com.itextpdf.styledxmlparser.jsoup.parser.Token.Tag
appendAttributeName, appendAttributeName, appendAttributeValue, appendAttributeValue, appendAttributeValue, appendAttributeValue, appendTagName, appendTagName, finaliseTag, hasAttribute, hasAttributes, isSelfClosing, name, name, newAttribute, normalName, setEmptyAttributeValue, toStringName
-
Methods inherited from class com.itextpdf.styledxmlparser.jsoup.parser.Token
asCharacter, asComment, asDoctype, asEndTag, asStartTag, isCData, isCharacter, isComment, isDoctype, isEndTag, isEOF, isStartTag, reset, tokenType
-
-
-
-
Method Detail
-
reset
Token reset()
Description copied from class:Token
Reset the data represent by this token, for reuse. Prevents the need to create transfer objects for every piece of data, which immediately get GCed.
-
nameAttr
Token.StartTag nameAttr(java.lang.String name, Attributes attributes)
-
-