public class Tag extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
addAttribute(String key,
String value) |
Tag |
addInnerTag(Tag tag) |
Tag |
firstInnerTag() |
String |
getTagName() |
Tag |
lastInnerTag() |
String |
render(TagOutputFormat tagOutputFormat)
Converts the table cell to HTML.
|
String |
toString() |
public Tag firstInnerTag()
public String getTagName()
public Tag lastInnerTag()
public String render(TagOutputFormat tagOutputFormat)
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.