|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndTagStyle | |
|---|---|
| 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 | |
|---|---|
EndTagStyle |
XMLMarkupModel.getEndTagStyle(String element)
Always returns ABBREVIATE. |
EndTagStyle |
MarkupModel.getEndTagStyle(String element)
For a given element, determines how the end tag for the element should be rendered. |
EndTagStyle |
DefaultMarkupModel.getEndTagStyle(String element)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||