Package com.itextpdf.styledxmlparser.css
Interface ICssResolver
-
- All Known Implementing Classes:
SvgStyleResolver
public interface ICssResolverInterface for CSS resolvers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>resolveStyles(INode node, AbstractCssContext context)Resolves the styles of a node given the passed context.
-
-
-
Method Detail
-
resolveStyles
java.util.Map<java.lang.String,java.lang.String> resolveStyles(INode node, AbstractCssContext context)
Resolves the styles of a node given the passed context.- Parameters:
node- the nodecontext- the CSS context (RootFontSize, etc.)- Returns:
- the map containing the resolved styles
-
-