Uses of Class
org.apache.tapestry5.dom.AbstractMarkupModel
Packages that use AbstractMarkupModel
Package
Description
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
-
Uses of AbstractMarkupModel in org.apache.tapestry5.dom
Subclasses of AbstractMarkupModel in org.apache.tapestry5.domModifier and TypeClassDescriptionclass
Default implementation ofMarkupModel
that is appropriate for traditional (X)HTML markup.class
Implementation ofMarkupModel
that correctly handles HTML5 void elements.final class
Markup model used when generating any form of XML markup.