IAttributeSelectorFactory public interface IAttributeSelectorFactory Represents a factory for attribute selectors. Documentation Code ISelector Create(string combinator, string name, string value, string prefix, bool insensitive) Creates a new attribute selector from the given arguments.