Table of Contents

Namespace AngleSharp.Css

Classes

CombinatorSymbols

The collection of known CSS selector combinator symbols.

CssStyleFormatter

Represents the standard CSS3 style formatter.

CssUtilities

A set of useful CSS utilities.

DefaultAttributeSelectorFactory

Provides string to CSS attribute selector instance mappings.

DefaultPseudoClassSelectorFactory

Provides string to CSS pseudo class selector instance mappings.

DefaultPseudoElementSelectorFactory

Provides string to CSS pseudo element selector instance mappings.

PseudoClassNames

The collection of (known / used) selector pseudo class names.

PseudoElementNames

The collection of (known / used) selector pseudo element names.

StyleOptions

Transport object for evaluating stylesheets.

Structs

Priority

A priority object for comparing priorities.

Interfaces

IAttributeSelectorFactory

Represents a factory for attribute selectors.

IPseudoClassSelectorFactory

Represents a factory for pseudo-class selectors.

IPseudoElementSelectorFactory

Represents a factory for pseudo-element selectors.

ISelectorVisitor

Describes the interface for visiting a selector.

IStylingService

Defines the API of an available engine for computing the stylesheet.

Delegates

DefaultAttributeSelectorFactory.Creator

Represents a creator delegate for creating an attribute selector.