Uses of Interface
org.jsoup.parser.CharacterReader.CharPredicate
Packages that use CharacterReader.CharPredicate
Package
Description
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of CharacterReader.CharPredicate in org.jsoup.parser
Methods in org.jsoup.parser with parameters of type CharacterReader.CharPredicateModifier and TypeMethodDescription(package private) StringCharacterReader.consumeMatching(CharacterReader.CharPredicate func) Read characters while the input predicate returns true.(package private) StringCharacterReader.consumeMatching(CharacterReader.CharPredicate func, int maxLength) Read characters while the input predicate returns true, up to a maximum length.