Class CssSpecificityConstants

java.lang.Object
com.itextpdf.styledxmlparser.css.selector.item.CssSpecificityConstants

final class CssSpecificityConstants extends Object
Class that bundles some CSS specificity constants.
  • Field Details

    • ID_SPECIFICITY

      public static final int ID_SPECIFICITY
      The Constant ID_SPECIFICITY.
      See Also:
    • CLASS_SPECIFICITY

      public static final int CLASS_SPECIFICITY
      The Constant CLASS_SPECIFICITY.
      See Also:
    • ELEMENT_SPECIFICITY

      public static final int ELEMENT_SPECIFICITY
      The Constant ELEMENT_SPECIFICITY.
      See Also:
  • Constructor Details