Package | Description |
---|---|
org.apache.tapestry5.dom |
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMarkupModel
Default implementation of
MarkupModel that is appropriate for traditional (X)HTML
markup. |
class |
Html5MarkupModel
Implementation of
MarkupModel that correctly handles HTML5 void
elements. |
class |
XMLMarkupModel
Markup model used when generating any form of XML markup.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.