Class CssSpecificityConstants


  • final class CssSpecificityConstants
    extends java.lang.Object
    Class that bundles some CSS specificity constants.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ID_SPECIFICITY

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

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

        public static final int ELEMENT_SPECIFICITY
        The Constant ELEMENT_SPECIFICITY.
        See Also:
        Constant Field Values
    • Constructor Detail