render(XMLLump lump, XMLWriter xmlw) Renders the rewritten template data to the output stream.
Parameters: lump - The lump corresponding to the opening tag holdingthe rsf:id matching this renderer's name. Parameters: xmlw - The XMLWriter to which the rewritten data is to besent.
Renders the rewritten template data to the output stream.
Parameters: lump - The lump corresponding to the opening tag holdingthe rsf:id matching this renderer's name. Parameters: xmlw - The XMLWriter to which the rewritten data is to besent. An integer code identifying the action this renderer took, eitherComponentRenderer.LEAF_TAG or ComponentRenderer.NESTING_TAGdepending on whether just the opening tag or also the closing tag was consumed from the template.