HTMElement
Class
No description is available for this element.
Extends
Object
Implements
Writable
Modifiers
public
Constructors
new HTMElement (String)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
Return Type
HTMElement
Modifiers
public
new HTMElement (String, Writable...)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
2 | Writable[] | writable |
Return Type
HTMElement
Modifiers
public varargs
Fields
START
ConstantNo description is available for this element.
Type
String
Modifiers
protected static final
END
ConstantNo description is available for this element.
Type
String
Modifiers
protected static final
END_SINGLE
ConstantNo description is available for this element.
Type
String
Modifiers
protected static final
CLOSE
ConstantNo description is available for this element.
Type
String
Modifiers
protected static final
tag
FieldNo description is available for this element.
Type
String
Modifiers
protected final
classes
FieldNo description is available for this element.
Type
Collection
Modifiers
protected final
properties
FieldNo description is available for this element.
Type
Map
Modifiers
protected final
children
FieldNo description is available for this element.
Type
List
Modifiers
protected final
single
FieldNo description is available for this element.
Type
boolean
Modifiers
protected
finalise
FieldNo description is available for this element.
Type
boolean
Modifiers
protected
Methods
toString ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
clone (HTMElement)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | HTMElement | element |
Return Type
HTMElement
Modifiers
protected
single ()
MethodNo description is available for this element.
Return Type
HTMElement
Modifiers
public
classes (String...)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String[] | classes |
Return Type
HTMElement
Modifiers
public varargs
id (String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | id |
Return Type
HTMElement
Modifiers
public
set (String, String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | key |
2 | String | value |
Return Type
HTMElement
Modifiers
public
write (Parser, String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Parser | parser |
2 | String | content |
Return Type
HTMElement
Modifiers
public
write (String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | content |
Return Type
HTMElement
Modifiers
public
write (OutputStream, Charset, String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
3 | String | string |
Return Type
void
Modifiers
protected final
close (OutputStream, Charset)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
Return Type
void
Modifiers
protected
open (OutputStream, Charset)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
Return Type
void
Modifiers
protected
body (OutputStream, Charset)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
Return Type
void
Modifiers
protected
child (Writable...)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Writable[] | children |
Return Type
HTMElement
Modifiers
public varargs
getTag ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
working ()
MethodObtains a non-final 'working' copy of this element. This may be the element itself, or a clone.
Return Type
HTMElement
Modifiers
public
finalise ()
MethodNo description is available for this element.
Return Type
HTMElement
Modifiers
public
getAllChildren ()
MethodNo description is available for this element.
Return Type
List
Modifiers
protected
isSingle ()
MethodNo description is available for this element.
Return Type
boolean
Modifiers
public