Contents:
Search: |
RenderObjectsInput to RenderObjectsThe "RenderObjects" class constructor takes as input:
The "process" method of the RenderObjects class takes as input a starting monad and an ending monad. The stretch of monads specified here is used to retrieve the objects, so all objects to be retrieved must be found within the confines of this stretch of monads. OutputThe output from RenderObjects is a document in the form a string. The document can be retrieved with the "getDocument()" method of a RenderObjects object. |