Class ShorthandResolverFactory
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.ShorthandResolverFactory
A factory for creating ShorthandResolver objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map
<String, IShorthandResolver> The map of shorthand resolvers. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IShorthandResolver
getShorthandResolver
(String shorthandProperty) Gets a shorthand resolver.
-
Field Details
-
shorthandResolvers
The map of shorthand resolvers.
-
-
Constructor Details
-
ShorthandResolverFactory
public ShorthandResolverFactory()
-
-
Method Details
-
getShorthandResolver
Gets a shorthand resolver.- Parameters:
shorthandProperty
- the property- Returns:
- the shorthand resolver
-