Uses of Interface
org.nasdanika.html.model.html.HtmlElement
-
Packages that use HtmlElement Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl org.nasdanika.html.model.html.util -
-
Uses of HtmlElement in org.nasdanika.html.model.html
Subinterfaces of HtmlElement in org.nasdanika.html.model.html Modifier and Type Interface Description interfaceTagA representation of the model object 'Tag'. -
Uses of HtmlElement in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement HtmlElement Modifier and Type Class Description classHtmlElementImplAn implementation of the model object 'Element'.classTagImplAn implementation of the model object 'Tag'. -
Uses of HtmlElement in org.nasdanika.html.model.html.util
Methods in org.nasdanika.html.model.html.util with parameters of type HtmlElement Modifier and Type Method Description THtmlSwitch. caseHtmlElement(HtmlElement object)Returns the result of interpreting the object as an instance of 'Element'.booleanHtmlValidator. validateHtmlElement(HtmlElement htmlElement, DiagnosticChain diagnostics, Map<Object,Object> context)
-