Uses of Enum
org.apache.tapestry5.dom.EndTagStyle
Packages that use EndTagStyle
Package
Description
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
-
Uses of EndTagStyle in org.apache.tapestry5.dom
Methods in org.apache.tapestry5.dom that return EndTagStyleModifier and TypeMethodDescriptionDefaultMarkupModel.getEndTagStyle
(String element) Html5MarkupModel.getEndTagStyle
(String element) MarkupModel.getEndTagStyle
(String element) For a given element, determines how the end tag for the element should be rendered.XMLMarkupModel.getEndTagStyle
(String element) Always returns ABBREVIATE.static EndTagStyle
Returns the enum constant of this type with the specified name.static EndTagStyle[]
EndTagStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.