PageElement

Interface

Used for writing common elements (blocks, etc.)

Implements

WritableElement

Modifiers

public abstract

Methods


start (OutputStream)

Abstract Method

This is called first, to write block opening tags.

IndexTypeName
1OutputStreamstream
Return Type

void

Modifiers

public abstract

end (OutputStream)

Abstract Method

This is called last, to write block closing tags.

IndexTypeName
1OutputStreamstream
Return Type

void

Modifiers

public abstract

write (OutputStream)

Abstract Method

This is called in the middle, to write block content.

IndexTypeName
1OutputStreamstream
Return Type

void

Modifiers

public abstract

printTo (OutputStream)

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

void

Modifiers

public