org.jsoup.select.Evaluator.ContainsData
Evaluator for matching Element (and its descendants) data
Constructors
new
new
(
String search_text
)
Java: <init>(String searchText)
Instance Methods
matches
boolean
matches
(
Element root,
Element element
)
Java: matches(org.jsoup.nodes.Element root, org.jsoup.nodes.Element element)
to_string
String
to_string
(
)
Java: toString()
Inherited
as_predicate
Predicate<Element>
as_predicate
(
Element root
)
Java: asPredicate(org.jsoup.nodes.Element root)
Provides a Predicate for this Evaluator, matching the test Element.
| name | type | description |
| root | org.jsoup.nodes.Element | the root Element, for match evaluation |
Returns: a predicate that accepts an Element to test for matches with this Evaluator