PseudoStyleSelector

class PseudoStyleSelector(val pseudoStyle: String) : Selector

Constructors

Link copied to clipboard
constructor(pseudoStyle: String)

Properties

Link copied to clipboard

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