PageElement
Interface
Used for writing common elements (blocks, etc.)
Implements
WritableElement
Modifiers
public abstract
Methods
start (OutputStream)
Abstract MethodThis is called first, to write block opening tags.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
public abstract
end (OutputStream)
Abstract MethodThis is called last, to write block closing tags.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
public abstract
write (OutputStream)
Abstract MethodThis is called in the middle, to write block content.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
public abstract
printTo (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
public