CssCombinator
An enumeration with possible CSS combinator values.
The adjacent sibling combinator +.
The child operator (>).
The column combinator ||.
The deep combinator (>>>).
The descendent operator (space, or alternatively >>).
The namespace combinator |.
The sibling combinator ~.
Gets the delimiter that represents the combinator.
Gets the transformation function for the combinator.
protected CssCombinator()
Changes the selector on the LHS according to some special rules.