Uses of Interface
org.nasdanika.html.model.html.ScriptReference
-
Packages that use ScriptReference Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl org.nasdanika.html.model.html.util -
-
Uses of ScriptReference in org.nasdanika.html.model.html
Methods in org.nasdanika.html.model.html that return ScriptReference Modifier and Type Method Description ScriptReferenceHtmlFactory. createScriptReference()Returns a new object of class 'Script Reference'. -
Uses of ScriptReference in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement ScriptReference Modifier and Type Class Description classScriptReferenceImplAn implementation of the model object 'Script Reference'.Methods in org.nasdanika.html.model.html.impl that return ScriptReference Modifier and Type Method Description ScriptReferenceHtmlFactoryImpl. createScriptReference() -
Uses of ScriptReference in org.nasdanika.html.model.html.util
Methods in org.nasdanika.html.model.html.util with parameters of type ScriptReference Modifier and Type Method Description THtmlSwitch. caseScriptReference(ScriptReference object)Returns the result of interpreting the object as an instance of 'Script Reference'.booleanHtmlValidator. validateScriptReference(ScriptReference scriptReference, DiagnosticChain diagnostics, Map<Object,Object> context)
-