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, waitgetDependencies, getDependenciespublic 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 © 2023. All rights reserved.