Class ConcatCssFunction<T>

Type Parameters:
T - the element type of the DOM
All Implemented Interfaces:
CssFunction<T>

public class ConcatCssFunction<T> extends AbstractStringCssFunction<T>
Processes the concat() function.
 concat              = "concat(", string-list, ")" ;
 string-list         = value ,  { [ ',' ] , value } ;
 value               = string | number | dimension | percentage | url ;
 
  • Field Details

  • Constructor Details

    • ConcatCssFunction

      public ConcatCssFunction()
    • ConcatCssFunction

      public ConcatCssFunction(String name)
  • Method Details