public interface LineReader
Modifier and Type | Method and Description |
---|---|
boolean |
hasLine()
Returns true if the renderer has a next line to render.
|
void |
renderLine(RenderAppendable to)
Renders the element.
|
boolean hasLine()
void renderLine(RenderAppendable to) throws IllegalStateException
to
- the buffer for renderingIllegalStateException
- when there is no line to renderCopyright © 2015 eXo Platform SAS. All Rights Reserved.