CssSelectorConstructor sealed class CssSelectorConstructor Class for construction for CSS selectors as specified in http://www.w3.org/html/wg/drafts/html/master/selectors.html. Documentation Code public bool IsNested { get; } public bool IsValid { get; } public CssSelectorConstructor() public void Apply(CssToken token) public ISelector GetResult() public CssSelectorConstructor Reset()