Uses of Interface
org.nasdanika.html.model.html.StylesheetReference
-
Packages that use StylesheetReference Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl org.nasdanika.html.model.html.util -
-
Uses of StylesheetReference in org.nasdanika.html.model.html
Methods in org.nasdanika.html.model.html that return StylesheetReference Modifier and Type Method Description StylesheetReferenceHtmlFactory. createStylesheetReference()Returns a new object of class 'Stylesheet Reference'. -
Uses of StylesheetReference in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement StylesheetReference Modifier and Type Class Description classStylesheetReferenceImplAn implementation of the model object 'Stylesheet Reference'.Methods in org.nasdanika.html.model.html.impl that return StylesheetReference Modifier and Type Method Description StylesheetReferenceHtmlFactoryImpl. createStylesheetReference() -
Uses of StylesheetReference in org.nasdanika.html.model.html.util
Methods in org.nasdanika.html.model.html.util with parameters of type StylesheetReference Modifier and Type Method Description THtmlSwitch. caseStylesheetReference(StylesheetReference object)Returns the result of interpreting the object as an instance of 'Stylesheet Reference'.booleanHtmlValidator. validateStylesheetReference(StylesheetReference stylesheetReference, DiagnosticChain diagnostics, Map<Object,Object> context)
-