IDSelector

class IDSelector(val id: String) : Selector

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Functions

Link copied to clipboard
open override fun alwaysMatches(node: Node): Boolean

Does node match, regardless of pseudoStyles?

Link copied to clipboard
open override fun couldMatch(node: Node): Boolean

Could node match, if pseudoStyles matched?

Link copied to clipboard
open override fun matches(node: Node): Boolean
Link copied to clipboard
open override fun toString(): String