| Package | Description |
|---|---|
| org.nasdanika.html.model.html | |
| org.nasdanika.html.model.html.impl | |
| org.nasdanika.html.model.html.util |
| Modifier and Type | Method and Description |
|---|---|
Tag |
HtmlFactory.createTag()
Returns a new object of class 'Tag'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TagImpl
An implementation of the model object 'Tag'.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
HtmlFactoryImpl.createTag() |
| Modifier and Type | Method and Description |
|---|---|
T |
HtmlSwitch.caseTag(Tag object)
Returns the result of interpreting the object as an instance of 'Tag'.
|
boolean |
HtmlValidator.validateTag_attributes(Tag tag,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the attributes constraint of 'Tag'.
|
boolean |
HtmlValidator.validateTag(Tag tag,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2022 Nasdanika. All rights reserved.