Interface | Description |
---|---|
AdditionalTagsProcessing |
Processing additional tags behaviour.
|
DocumentBuilder |
Responsible for building the final document.
|
IterationTagSupport |
The IterationTagSupport Interface introduces a new role to
Tag handler to provide additional support
of handling IterationTags.
|
TagHandler |
Defines minimal requirements for a TagHandler.
|
TagHandlerBase |
Defines minimal requirements for a TagHandler.
|
TagMetaEventListener |
Optional interface for implementation by TagHandlers to get notified of meta events, such as the start and end of
processing a TCDL document.
|
TagRenderer |
Defines minimal requirements for a TagRenderer.
|
TCDLParserEventListener |
Callbacks to be used with the TCDLParser to get notified of encountered tags and (tag) content.
|
TCDLTagsProcessor |
Interface to be implemented by transformers and renders of TCDL code.
|
Class | Description |
---|---|
Constants |
Collection of common identifiers used in the engine and the internal tcdl tag library.
|
DefaultDocumentBuilder |
The DefaultDocumentBuilder constructs the final output document and takes care of handling the common
sections (directives, imports, declarations etc) and injects them at the right position in the body that
was generated by the tags.
|
GlobalExecutionArguments |
The GlobalExecutionArguments for context.
|
OutputDocument |
Provides dependency lists identified by name and maintains 'bookmarks' that mark the position where such
dependency lists should be injected in the final body.
|
OutputDocument.Bookmark |
Container for bookmark information.
|
Tag |
A tag as it is encountered in a TCDL document, consisting of the namespace, name and attributes.
|
TagDispatcher |
Actual tag engine.
|
TagHandlerRegistry |
Registry of and producer of
TagHandler classes for tags. |
TCDLEngine |
Uses the TCDL engine to transform or to render tcdl enabled content.
|
TCDLParser |
Scans string based input for XML-like tags given a list of namespaces.
|
TCDLProcessor |
This class is the central class where all tcdl transformations and rendering happen.
|
TCDLRenderer |
Uses the TCDL engine to render tcdl enabled content.
|
TCDLTransformer |
Uses the TCDL engine to transform tcdl enabled content.
|
TransformContext |
A TransformContext is available during the processing of a TCDL file.
|
TransformContextFactory |
Creates TransformContext needed for Tag processing.
|
Enum | Description |
---|---|
AttributeValueDelimiter |
Contains possible delimiters that can be found in a tag.
|
DefaultTagSet |
DefaultTagSet.
|
TCDLMode |
This enum specifies the operating modes that the TCDL engine can have.
|
Exception | Description |
---|---|
TCDLTransformerException | Deprecated |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries