CssParserExtensions
Extensions to be used exclusively by the parser or the tokenizer.
Creates a rule with the given type for the provided parser.
Retrieves a number describing the error of a given error code.
public static Func<IEnumerable<IConditionFunction>, IConditionFunction> GetCreator(this string conjunction)
Gets the corresponding conjunction creator, if there is any.
Gets the corresponding token type for the function name.
Checks if the provided token is either of the first or the second
type of token.
Checks if the provided token is part of a declaration name.
Checks if the provided token is neither of the first nor the second
type of token.
Checks if the provided token is neither of the first, nor the
second nor the third type of token.
Tries to create an IDocumentFunction from the provided token.