Uses of Interface
org.nasdanika.html.model.html.Page
-
Packages that use Page Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl org.nasdanika.html.model.html.util -
-
Uses of Page in org.nasdanika.html.model.html
Methods in org.nasdanika.html.model.html that return Page Modifier and Type Method Description PageHtmlFactory. createPage()Returns a new object of class 'Page'. -
Uses of Page in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement Page Modifier and Type Class Description classPageImplAn implementation of the model object 'Page'.Methods in org.nasdanika.html.model.html.impl that return Page Modifier and Type Method Description PageHtmlFactoryImpl. createPage() -
Uses of Page in org.nasdanika.html.model.html.util
Methods in org.nasdanika.html.model.html.util with parameters of type Page Modifier and Type Method Description THtmlSwitch. casePage(Page object)Returns the result of interpreting the object as an instance of 'Page'.booleanHtmlValidator. validatePage(Page page, DiagnosticChain diagnostics, Map<Object,Object> context)
-