Class LexicalHelper

java.lang.Object
io.sf.carte.doc.style.css.parser.LexicalHelper

public class LexicalHelper extends Object
Helper methods related to CSS lexical units.
  • Constructor Details Link icon

    • LexicalHelper Link icon

      public LexicalHelper()
  • Method Details Link icon

    • getBasicShapeIndexCount Link icon

      public static int getBasicShapeIndexCount()
      Get the number of supported <basic-shape> functions.

      This method can be useful to dimension arrays.

      Returns:
      the number of supported <basic-shape> functions.
    • getColorIndexCount Link icon

      public static int getColorIndexCount()
      Get the number of supported <color> functions.

      This method can be useful to dimension arrays.

      Returns:
      the number of supported <color> functions.
    • getCounterIndexCount Link icon

      public static int getCounterIndexCount()
      Get the number of supported <counter> functions.

      This method can be useful to dimension arrays.

      Returns:
      the number of supported <counter> functions.
    • getEasingFunctionIndexCount Link icon

      public static int getEasingFunctionIndexCount()
      Get the number of supported easing functions.

      This method can be useful to dimension arrays.

      Returns:
      the number of supported easing functions.
    • getImageFunctionIndexCount Link icon

      public static int getImageFunctionIndexCount()
      Get the number of supported <image> functions.

      This method can be useful to dimension arrays.

      Returns:
      the number of supported <image> functions.
    • getMathFunctionIndexCount Link icon

      public static int getMathFunctionIndexCount()
      Get the number of explicitly supported mathematical functions.

      This method can be useful to dimension arrays.

      Returns:
      the number of supported mathematical functions.
    • getTransformFunctionIndexCount Link icon

      public static int getTransformFunctionIndexCount()
      Get the number of supported transform functions.

      This method can be useful to dimension arrays.

      Returns:
      the number of supported transform functions.