public interface TagMetaEventListener
For each TagHandler implementing this interface, a single instance is created and used throughout the processing of
a TCDL enabled item.
For more information on the lifecycle of Tags see TagHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument(TransformContext context,
OutputDocument target)
Called by the TCDLParser just after finishing the parsing process without errors.
|
void |
startDocument(TransformContext context,
OutputDocument target)
Called by the TCDLParser just before starting the parsing process
Note that the TransformContext may not have all information during the startDocument, especially the information
that is derived from the ContentHeader tag (including the uri of the item being transformed).
|
void startDocument(TransformContext context, OutputDocument target) throws TCDLTransformerException
context - TransformContext offering access to context attributestarget - OutputDocument for setting supporting information to build the final documentTCDLTransformerException - if the processing should not continue for some reason.TCDLTransformerExceptionvoid endDocument(TransformContext context, OutputDocument target) throws TCDLTransformerException
context - TransformContext offering access to context attributestarget - OutputDocument for setting supporting information to build the final documentTCDLTransformerException - if the processing should not continue for some reason.TCDLTransformerExceptionCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries