HTMComment
Class
A special handler for the irregular comment tag.
<!-- comment here -->
The child elements will be written inside.
Extends
HTMElement
Implements
Writable
Modifiers
public
Constructors
new HTMComment (Writable...)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Writable[] | writable |
Return Type
HTMComment
Modifiers
public varargs
Methods
write (OutputStream, Charset)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
Return Type
void
Modifiers
public