Class MarkerShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.MarkerShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class MarkerShorthandResolver extends java.lang.Object implements IShorthandResolver
IShorthandResolver
implementation for marker.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description MarkerShorthandResolver()
Creates a newMarkerShorthandResolver
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CssDeclaration>
resolveShorthand(java.lang.String shorthandExpression)
Resolves a shorthand expression.
-
-
-
Constructor Detail
-
MarkerShorthandResolver
public MarkerShorthandResolver()
Creates a newMarkerShorthandResolver
instance.
-
-
Method Detail
-
resolveShorthand
public java.util.List<CssDeclaration> resolveShorthand(java.lang.String shorthandExpression)
Description copied from interface:IShorthandResolver
Resolves a shorthand expression.- Specified by:
resolveShorthand
in interfaceIShorthandResolver
- Parameters:
shorthandExpression
- the shorthand expression- Returns:
- a list of CSS declaration
-
-