Package org.jsoup.parser
Class Token.XmlDecl
java.lang.Object
org.jsoup.parser.Token
org.jsoup.parser.Token.Tag
org.jsoup.parser.Token.XmlDecl
- Enclosing class:
Token
XmlDeclaration - extends Tag for pseudo attribute support
-
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, Token.XmlDecl -
Field Summary
FieldsFields inherited from class org.jsoup.parser.Token.Tag
attributes, attrNameEnd, attrNameStart, attrValEnd, attrValStart, normalName, selfClosing, tagName, trackSource, treeBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Token.XmlDeclreset()Reset the data represent by this token, for reuse.toString()Methods inherited from class org.jsoup.parser.Token.Tag
appendAttributeName, appendAttributeName, appendAttributeValue, appendAttributeValue, appendAttributeValue, appendTagName, appendTagName, finaliseTag, hasAttributeIgnoreCase, hasAttributes, isSelfClosing, name, name, newAttribute, normalName, setEmptyAttributeValue, toStringNameMethods inherited from class org.jsoup.parser.Token
asCharacter, asComment, asDoctype, asEndTag, asStartTag, asXmlDecl, endPos, endPos, isCData, isCharacter, isComment, isDoctype, isEndTag, isEOF, isStartTag, startPos, startPos, tokenType
-
Field Details
-
isDeclaration
boolean isDeclaration
-
-
Constructor Details
-
XmlDecl
-
-
Method Details
-
reset
Token.XmlDecl reset()Description copied from class:TokenReset the data represent by this token, for reuse. Prevents the need to create transfer objects for every piece of data, which immediately get GCed. -
toString
-