Fizzler
Namespace with 13 public types
Classes
HumanReadableSelectorGenerator
An implementation that generates
human-readable description of the selector.
Parser
Semantic parser for CSS selector grammar.
Reader`1
Adds reading semantics to a base with the
option to un-read and insert new elements while consuming the source.
SelectorGenerator`1
A selector generator implementation for an arbitrary document/element system.
SelectorGeneratorTee
An implementation that delegates
to two other objects, which
can be useful for doing work in a single pass.
Structures
NamespacePrefix
Represent a type or attribute name.
Token
Represent a token and optionally any text associated with it.
Enumerations
TokenKind
Represents the classification of a token.
Static Classes
SelectorsCachingCompiler
Implementation for a selectors compiler that supports caching.
Tokener
Lexer for tokens in CSS selector grammar.
Interfaces
IElementOps`1
Represents a selectors implementation for an arbitrary document/node system.
ISelectorGenerator
Represent an implementation that is responsible for generating
an implementation for a selector.