Uses of Class
org.apache.tapestry5.dom.EndTagStyle
-
Packages that use EndTagStyle Package Description org.apache.tapestry5.dom 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 EndTagStyle Modifier and Type Method Description EndTagStyle
DefaultMarkupModel. getEndTagStyle(String element)
EndTagStyle
Html5MarkupModel. getEndTagStyle(String element)
EndTagStyle
MarkupModel. getEndTagStyle(String element)
For a given element, determines how the end tag for the element should be rendered.EndTagStyle
XMLMarkupModel. getEndTagStyle(String element)
Always returns ABBREVIATE.static EndTagStyle
EndTagStyle. valueOf(String name)
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.
-