Uses of Class
org.jsoup.parser.Token.Character
-
Packages that use Token.Character Package Description org.jsoup.parser Contains the HTML parser, tag specifications, and HTML tokeniser. -
-
Uses of Token.Character in org.jsoup.parser
Subclasses of Token.Character in org.jsoup.parser Modifier and Type Class Description (package private) static class
Token.CData
Fields in org.jsoup.parser declared as Token.Character Modifier and Type Field Description (package private) Token.Character
Tokeniser. charPending
Fields in org.jsoup.parser with type parameters of type Token.Character Modifier and Type Field Description private java.util.List<Token.Character>
HtmlTreeBuilder. pendingTableCharacters
Methods in org.jsoup.parser that return Token.Character Modifier and Type Method Description (package private) Token.Character
Token. asCharacter()
protected Token.Character
Token.Character. clone()
(package private) Token.Character
Token.Character. data(java.lang.String data)
Methods in org.jsoup.parser that return types with arguments of type Token.Character Modifier and Type Method Description (package private) java.util.List<Token.Character>
HtmlTreeBuilder. getPendingTableCharacters()
Methods in org.jsoup.parser with parameters of type Token.Character Modifier and Type Method Description (package private) void
HtmlTreeBuilder. addPendingTableCharacters(Token.Character c)
(package private) void
XmlTreeBuilder. insertCharacterFor(Token.Character token)
(package private) void
HtmlTreeBuilder. insertCharacterNode(Token.Character characterToken)
Inserts the provided character token into the current element.(package private) void
HtmlTreeBuilder. insertCharacterToElement(Token.Character characterToken, Element el)
Inserts the provided character token into the provided element.
-