CompoundSelector sealed class CompoundSelector : Selectors, ISelector Represents a compound selector, which is a chain of simple selectors that are not separated by a combinator. Documentation Code public CompoundSelector() public void Accept(ISelectorVisitor visitor) public bool Match(IElement element, IElement scope)