Interface IPseudoElementSelectorFactory
- Namespace
- AngleSharp.Css
- Assembly
- AngleSharp.dll
Represents a factory for pseudo-element selectors.
public interface IPseudoElementSelectorFactory
- Extension Methods
Methods
Create(string)
Creates a new pseudo-element selector for the given name.
ISelector Create(string name)
Parameters
name
stringThe name of the pseudo-element.
Returns
- ISelector
The created selector, if any.