HTMElement

Class

No description is available for this element.
Extends

Object

Implements

Writable

Modifiers

public

Constructors


new HTMElement (String)

Constructor
No description is available for this element.
IndexTypeName
1Stringstring
Return Type

HTMElement

Modifiers

public

new HTMElement (String, Writable...)

Constructor
No description is available for this element.
IndexTypeName
1Stringstring
2Writable[]writable
Return Type

HTMElement

Modifiers

public varargs


Fields


START

Constant
No description is available for this element.
Type

String

Modifiers

protected static final

END

Constant
No description is available for this element.
Type

String

Modifiers

protected static final

END_SINGLE

Constant
No description is available for this element.
Type

String

Modifiers

protected static final

CLOSE

Constant
No description is available for this element.
Type

String

Modifiers

protected static final

tag

Field
No description is available for this element.
Type

String

Modifiers

protected final

classes

Field
No description is available for this element.
Type

Collection

Modifiers

protected final

properties

Field
No description is available for this element.
Type

Map

Modifiers

protected final

children

Field
No description is available for this element.
Type

List

Modifiers

protected final

single

Field
No description is available for this element.
Type

boolean

Modifiers

protected

finalise

Field
No description is available for this element.
Type

boolean

Modifiers

protected



Methods


toString ()

Method
No description is available for this element.
Return Type

String

Modifiers

public

clone (HTMElement)

Method
No description is available for this element.
IndexTypeName
1HTMElementelement
Return Type

HTMElement

Modifiers

protected

single ()

Method
No description is available for this element.
Return Type

HTMElement

Modifiers

public

classes (String...)

Method
No description is available for this element.
IndexTypeName
1String[]classes
Return Type

HTMElement

Modifiers

public varargs

id (String)

Method
No description is available for this element.
IndexTypeName
1Stringid
Return Type

HTMElement

Modifiers

public

set (String, String)

Method
No description is available for this element.
IndexTypeName
1Stringkey
2Stringvalue
Return Type

HTMElement

Modifiers

public

write (Parser, String)

Method
No description is available for this element.
IndexTypeName
1Parserparser
2Stringcontent
Return Type

HTMElement

Modifiers

public

write (String)

Method
No description is available for this element.
IndexTypeName
1Stringcontent
Return Type

HTMElement

Modifiers

public

write (OutputStream, Charset, String)

Method
No description is available for this element.
IndexTypeName
1OutputStreamstream
2Charsetcharset
3Stringstring
Return Type

void

Modifiers

protected final

close (OutputStream, Charset)

Method
No description is available for this element.
IndexTypeName
1OutputStreamstream
2Charsetcharset
Return Type

void

Modifiers

protected

open (OutputStream, Charset)

Method
No description is available for this element.
IndexTypeName
1OutputStreamstream
2Charsetcharset
Return Type

void

Modifiers

protected

body (OutputStream, Charset)

Method
No description is available for this element.
IndexTypeName
1OutputStreamstream
2Charsetcharset
Return Type

void

Modifiers

protected

child (Writable...)

Method
No description is available for this element.
IndexTypeName
1Writable[]children
Return Type

HTMElement

Modifiers

public varargs

getTag ()

Method
No description is available for this element.
Return Type

String

Modifiers

public

working ()

Method

Obtains a non-final 'working' copy of this element. This may be the element itself, or a clone.

Return Type

HTMElement

Modifiers

public

finalise ()

Method
No description is available for this element.
Return Type

HTMElement

Modifiers

public

getAllChildren ()

Method
No description is available for this element.
Return Type

List

Modifiers

protected

isSingle ()

Method
No description is available for this element.
Return Type

boolean

Modifiers

public

navigate ()

Method
No description is available for this element.
Return Type

Navigator

Modifiers

public