Uses of Interface
org.nasdanika.html.model.html.Stylesheet
-
Packages that use Stylesheet Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl org.nasdanika.html.model.html.util -
-
Uses of Stylesheet in org.nasdanika.html.model.html
Methods in org.nasdanika.html.model.html that return Stylesheet Modifier and Type Method Description StylesheetHtmlFactory. createStylesheet()Returns a new object of class 'Stylesheet'. -
Uses of Stylesheet in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement Stylesheet Modifier and Type Class Description classStylesheetImplAn implementation of the model object 'Stylesheet'.Methods in org.nasdanika.html.model.html.impl that return Stylesheet Modifier and Type Method Description StylesheetHtmlFactoryImpl. createStylesheet() -
Uses of Stylesheet in org.nasdanika.html.model.html.util
Methods in org.nasdanika.html.model.html.util with parameters of type Stylesheet Modifier and Type Method Description THtmlSwitch. caseStylesheet(Stylesheet object)Returns the result of interpreting the object as an instance of 'Stylesheet'.booleanHtmlValidator. validateStylesheet(Stylesheet stylesheet, DiagnosticChain diagnostics, Map<Object,Object> context)
-