OutputSchema
Interface
A schema for formatting and writing documentation. The writable elements in this should be specific to this schema's writing format.
Modifiers
public abstract
Methods
write (OutputStream, String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | String | content |
Return Type
void
Modifiers
public
write (OutputStream, WritableElement...)
Abstract MethodWrite elements to the target output stream, according to this schema. The schema may define specific formatting, find resources or add writing controls here. This should return true only if the write was successful.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | WritableElement[] | element |
Return Type
boolean
Modifiers
public abstract varargs