All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.sii.ogham.html.inliner.CssInliner Maven / Gradle / Ivy

package fr.sii.ogham.html.inliner;

import java.util.List;

public interface CssInliner {
	public String inline(String htmlContent, List cssContents);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy