Class CssSpecificityConstants
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.selector.item.CssSpecificityConstants
-
final class CssSpecificityConstants extends java.lang.Object
Class that bundles some CSS specificity constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLASS_SPECIFICITY
The Constant CLASS_SPECIFICITY.static int
ELEMENT_SPECIFICITY
The Constant ELEMENT_SPECIFICITY.static int
ID_SPECIFICITY
The Constant ID_SPECIFICITY.
-
Constructor Summary
Constructors Modifier Constructor Description private
CssSpecificityConstants()
Creates a newCssSpecificityConstants
instance.
-
-
-
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
-
CssSpecificityConstants
private CssSpecificityConstants()
Creates a newCssSpecificityConstants
instance.
-
-