Css3SelectorOperator

Enumeration around css3 selector operators.

Values

ValueMeaning
none

No selection.

firstChild

This is the ">" operator.

firstSibling

This is the "+" operator.

allChildren

This is a space.

allSiblings

This is the "~" operator.

Meta