Class CssSpecificityConstants
java.lang.Object
com.itextpdf.styledxmlparser.css.selector.item.CssSpecificityConstants
Class that bundles some CSS specificity constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The Constant CLASS_SPECIFICITY.static final int
The Constant ELEMENT_SPECIFICITY.static final int
The Constant ID_SPECIFICITY. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID_SPECIFICITY
public static final int ID_SPECIFICITYThe Constant ID_SPECIFICITY.- See Also:
-
CLASS_SPECIFICITY
public static final int CLASS_SPECIFICITYThe Constant CLASS_SPECIFICITY.- See Also:
-
ELEMENT_SPECIFICITY
public static final int ELEMENT_SPECIFICITYThe Constant ELEMENT_SPECIFICITY.- See Also:
-
-
Constructor Details
-
CssSpecificityConstants
private CssSpecificityConstants()Creates a newCssSpecificityConstants
instance.
-