Interface CssFunctionProcessor<T>

Type Parameters:
T - the element type
All Known Implementing Classes:
SimpleCssFunctionProcessor

public interface CssFunctionProcessor<T>
Interface for CSS function processors.

This is a macro processor which takes CssTokens from a CssTokenizer and produces processed CssTokens.

References:

CSS Values and Units Module, Functional Notations.
w3.org
CSS Custom Properties for Cascading Variables Module Level 1. Using Cascading Variables: the var() notation.
w3.org