AttributeSelectorFactory
Provides string to CSS attribute selector instance mappings.
Represents a creator delegate for creating an attribute selector.
public AttributeSelectorFactory()
public ISelector Create(string combinator, string name, string value, string prefix, bool insensitive)
Creates the associated CSS attribute selector.
protected virtual ISelector CreateDefault(string name, string value, string prefix, bool insensitive)
Creates the default CSS attribute selector for the given options.
Registers a new creator for the specified combinator.
Throws an exception if another creator for the given
combinator is already added.
Unregisters an existing creator for the given combinator.