public class DefaultStylesheetDependenciesRetriever extends Object implements StylesheetDependenciesRetriever
Constructor and Description |
---|
DefaultStylesheetDependenciesRetriever(com.itextpdf.dito.sdk.core.preprocess.asset.TemplateAssetRetriever resourceAssetRetriever) |
Modifier and Type | Method and Description |
---|---|
List<TemplateDependency> |
getDependencies(com.itextpdf.styledxmlparser.css.CssStyleSheet styleSheet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDependencies, getDependencies
public DefaultStylesheetDependenciesRetriever(com.itextpdf.dito.sdk.core.preprocess.asset.TemplateAssetRetriever resourceAssetRetriever)
resourceAssetRetriever
- - asset retriever which is used to check whether stylesheet dependency is external and accessible
public List<TemplateDependency> getDependencies(com.itextpdf.styledxmlparser.css.CssStyleSheet styleSheet)
getDependencies
in interface StylesheetDependenciesRetriever
styleSheet
- - stylesheet
TemplateDependency
Copyright © 2022. All rights reserved.