public class HtmlTag extends Object
| Constructor and Description |
|---|
HtmlTag() |
HtmlTag(String name,
int isBlock,
int isStyle,
int isEmpty,
int isHead,
int nestingDisabled,
int isTextContainer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBlock() |
boolean |
isEmpty() |
boolean |
isHeadElement() |
boolean |
isNestingAllowed() |
boolean |
isStyleChanger() |
boolean |
isTextContainer() |
String |
toString() |
public HtmlTag()
public HtmlTag(String name, int isBlock, int isStyle, int isEmpty, int isHead, int nestingDisabled, int isTextContainer)
Revision 4.0.15 / 20220727-0149