public interface RenderVisitor
void render(AreaNode node) throws GalleyVisitorException
AreaNode
not rendered elsewhere.node
- The AreaNode to be rendered.GalleyVisitorException
- For errors during rendering.void render(Area node) throws GalleyVisitorException
Area
not rendered elsewhere.node
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(BlockContainerArea area) throws GalleyVisitorException
BlockContainerArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(RegionArea area) throws GalleyVisitorException
RegionArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(NormalBlockArea area) throws GalleyVisitorException
NormalBlockArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(ForeignObjectArea area) throws GalleyVisitorException
ForeignObjectArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(ExternalGraphicArea area) throws GalleyVisitorException
ExternalGraphicArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(TableArea area) throws GalleyVisitorException
TableArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(TableCellArea area) throws GalleyVisitorException
TableCellArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(LineArea area) throws GalleyVisitorException
LineArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(LeaderArea area) throws GalleyVisitorException
LeaderArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(TextArea area) throws GalleyVisitorException
TextArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(FootnoteArea area) throws GalleyVisitorException
FootnoteArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(BeforeFloatArea area) throws GalleyVisitorException
BeforeFloatArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(MainReferenceArea area) throws GalleyVisitorException
MainReferenceArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.void render(InlineArea area) throws GalleyVisitorException
InlineArea
.area
- The Area to be rendered.GalleyVisitorException
- For errors during rendering.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.