Doctype
Class
A special element for the irregular <!DOCTYPE xyz>
tag.
Extends
HTMElement
Implements
Writable
Modifiers
public final
Constructors
new Doctype (String)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
Return Type
Doctype
Modifiers
public
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