Package org.bndly.common.html
Class SelfClosingTag
- java.lang.Object
-
- org.bndly.common.html.AbstractTag
-
- org.bndly.common.html.SelfClosingTag
-
- All Implemented Interfaces:
Content
public final class SelfClosingTag extends AbstractTag
A self closing tag is <br> or <hr/>. A self closing tag does not contain any other HTML content.- Author:
- cybercon <bndly@cybercon.de>
-
-
Constructor Summary
Constructors Constructor Description SelfClosingTag(ContentContainer parent)
-
Method Summary
-
Methods inherited from class org.bndly.common.html.AbstractTag
getAttribute, getAttributes, getName, getParent, setAttribute, setAttributes, setName
-
-
-
-
Constructor Detail
-
SelfClosingTag
public SelfClosingTag(ContentContainer parent)
-
-