AttrNotMatchSelector sealed class AttrNotMatchSelector : BaseAttrSelector, ISelector Documentation Code public string Text { get; } public AttrNotMatchSelector(string name, string value, string prefix = null, bool insensitive = false) public void Accept(ISelectorVisitor visitor) public bool Match(IElement element, IElement scope)