HTMElement
Class
Object
IterableWritable
public
Constructors
new HTMElement (String)
ConstructorIndex | Type | Name |
---|---|---|
1 | String | string |
HTMElement
public
new HTMElement (String, Writable...)
ConstructorIndex | Type | Name |
---|---|---|
1 | String | string |
2 | Writable[] | writable |
HTMElement
public varargs
Fields
START
ConstantString
protected static final
END
ConstantString
protected static final
END_SINGLE
ConstantString
protected static final
CLOSE
ConstantString
protected static final
tag
FieldString
protected final
classes
FieldCollection
protected final
properties
FieldMap
protected final
children
FieldList
protected final
single
Fieldboolean
protected
finalise
Fieldboolean
protected
inline
Fieldboolean
protected
Methods
toString ()
MethodString
public
clone (HTMElement)
MethodIndex | Type | Name |
---|---|---|
1 | HTMElement | element |
HTMElement
protected
iterator ()
MethodIterator
public
single ()
MethodHTMElement
public
getClasses ()
MethodList
public
classes (String...)
MethodIndex | Type | Name |
---|---|---|
1 | String[] | classes |
HTMElement
public varargs
id (String)
MethodIndex | Type | Name |
---|---|---|
1 | String | id |
HTMElement
public
set (String, String)
MethodIndex | Type | Name |
---|---|---|
1 | String | key |
2 | String | value |
HTMElement
public
write (String)
MethodIndex | Type | Name |
---|---|---|
1 | String | content |
HTMElement
public
write (Parser, String)
MethodIndex | Type | Name |
---|---|---|
1 | Parser | parser |
2 | String | content |
HTMElement
public
write (OutputStream, Charset, String)
MethodIndex | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
3 | String | string |
void
protected final
getProperties ()
MethodMap
public
close (OutputStream, Charset)
MethodIndex | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
void
protected
open (OutputStream, Charset)
MethodIndex | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
void
protected
body (OutputStream, Charset)
MethodIndex | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
void
protected
child (Writable...)
MethodIndex | Type | Name |
---|---|---|
1 | Writable[] | children |
HTMElement
public varargs
getTag ()
MethodString
public
working ()
MethodObtains a non-final 'working' copy of this element. This may be the element itself, or a clone.
HTMElement
public
getEffectiveProperties ()
MethodMap
protected
getAllChildren ()
MethodList
protected
isSingle ()
Methodboolean
public
finalise ()
MethodHTMElement
public
inline ()
MethodSets this element to be written in-line if the writer is formatted.
HTMElement
public