Class FlexFlowShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.FlexFlowShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class FlexFlowShorthandResolver extends java.lang.Object implements IShorthandResolver
IShorthandResolver
implementation for flex-flow.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description FlexFlowShorthandResolver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
fillUnresolvedPropertiesWithDefaultValues(java.util.List<CssDeclaration> resolvedProperties)
private static java.util.List<CssDeclaration>
handleExpressionError(java.lang.String logMessage, java.lang.String attribute, java.lang.String shorthandExpression)
java.util.List<CssDeclaration>
resolveShorthand(java.lang.String shorthandExpression)
Resolves a shorthand expression.
-
-
-
Method Detail
-
resolveShorthand
public java.util.List<CssDeclaration> resolveShorthand(java.lang.String shorthandExpression)
Resolves a shorthand expression.- Specified by:
resolveShorthand
in interfaceIShorthandResolver
- Parameters:
shorthandExpression
- the shorthand expression- Returns:
- a list of CSS declaration
-
handleExpressionError
private static java.util.List<CssDeclaration> handleExpressionError(java.lang.String logMessage, java.lang.String attribute, java.lang.String shorthandExpression)
-
fillUnresolvedPropertiesWithDefaultValues
private void fillUnresolvedPropertiesWithDefaultValues(java.util.List<CssDeclaration> resolvedProperties)
-
-