Generated by
JDiff

Class com.itextpdf.styledxmlparser.css.util.CssUtils

Added Methods
boolean  isNegativeValue( String) Checks whether a string matches a negative value (e.g.
List  splitString( String, char , EscapeGroup[] ) Splits the provided String by split character with respect of escape characters.
 

Changed Methods
int  determinePositionBetweenValueAndUnit( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#determinePositionBetweenValueAndUnit(String)} instead
boolean  isAngleValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isAngleValue(String)} instead
boolean  isBase64Data( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isBase64Data(String)} method instead
boolean  isColorProperty( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isColorProperty(String)} method instead
boolean  isEmValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isEmValue(String)} method instead
boolean  isExValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isExValue(String)} method instead
boolean  isFontRelativeValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isRelativeValue(String)} method instead
boolean  isInitialOrInheritOrUnset( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isInitialOrInheritOrUnset(String)} method instead
boolean  isMetricValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isMetricValue(String)} instead
boolean  isNumericValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isNumericValue(String)} method instead
boolean  isPercentageValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isPercentageValue(String)} method instead
boolean  isRelativeValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isRelativeValue(String)} instead
boolean  isRemValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isRemValue(String)} method instead
boolean  isValidNumericValue( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssTypesValidationUtils#isValidNumericValue(String)} instead
int[]  parseAspectRatio( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseAspectRatio(String)} instead
Double  parseDouble( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseDouble(String)} instead
Float  parseFloat( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseFloat(String)} instead
Integer  parseInteger( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseInteger(String)} instead
UnitValue  parseLengthValueToPt( String, float , float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseLengthValueToPt(String, float, float)} instead
float  parseRelativeFontSize( String, float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseRelativeFontSize(String, float)} instead
float  parseRelativeValue( String, float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseRelativeValue(String, float)} instead
float  parseResolution( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseResolution(String)} instead
float[]  parseRgbaColor( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseRgbaColor(String)} method instead
UnitValue[]  parseSpecificCornerBorderRadius( String, float , float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseSpecificCornerBorderRadius(String, float, float)} instead
float  parseAbsoluteFontSize( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseAbsoluteFontSize(String)} instead
float  parseAbsoluteFontSize( String, String ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseAbsoluteFontSize(String, String)} instead
float  parseAbsoluteLength( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseAbsoluteLength(String)} instead
float  parseAbsoluteLength( String, String ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseAbsoluteLength(String, String)} instead
float  parseAngle( String) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseAngle(String)} instead
float  parseAngle( String, String ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link CssDimensionParsingUtils#parseAngle(String, String)} instead