-
Notifications
You must be signed in to change notification settings - Fork 0
css selector
milan jurkulák edited this page May 21, 2024
·
2 revisions
//tvlib/org.mjdev.tvlib.webscrapper.select/CssSelector/CssSelector
[androidJvm]
constructor(rawCssSelector: String = "", withClass: CssClassName? = null, withId: String? = null, withAttributeKey: String? = null, withAttributeKeys: List<String>? = null, withAttribute: Pair<String, String>? = null, withAttributes: List<Pair<String, String>>? = null, doc: CssSelectable = Doc(Document("")))