Uses of Interface
org.nasdanika.html.model.html.Tag
-
Packages that use Tag Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl org.nasdanika.html.model.html.util -
-
Uses of Tag in org.nasdanika.html.model.html
Methods in org.nasdanika.html.model.html that return Tag Modifier and Type Method Description TagHtmlFactory. createTag()Returns a new object of class 'Tag'. -
Uses of Tag in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement Tag Modifier and Type Class Description classTagImplAn implementation of the model object 'Tag'.Methods in org.nasdanika.html.model.html.impl that return Tag Modifier and Type Method Description TagHtmlFactoryImpl. createTag() -
Uses of Tag in org.nasdanika.html.model.html.util
Methods in org.nasdanika.html.model.html.util with parameters of type Tag Modifier and Type Method Description THtmlSwitch. caseTag(Tag object)Returns the result of interpreting the object as an instance of 'Tag'.booleanHtmlValidator. validateTag(Tag tag, DiagnosticChain diagnostics, Map<Object,Object> context)booleanHtmlValidator. validateTag_attributes(Tag tag, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the attributes constraint of 'Tag'.
-