Package | Description |
---|---|
com.tridion.transformer |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
Transformer.assembleContent(StringBuffer body,
TransformContext context)
Deprecated.
Assembles all of the transformed content, and turns it into a page,
by adding the first line and header and footer to the body.
|
StringBuffer |
ASPDotNETTransformer.assembleContent(StringBuffer body,
TransformContext context)
Assembles all of the transformed content, and turns it into a page, by adding the first line and header and
footer
to the body.
|
StringBuffer |
Transformer.getContentsFromTag(TCDLTag currentTag,
String inputItem,
TransformContext context)
Deprecated.
This is a recursive function which reads the contents of a particular tag,
then goes through all child tags this tag has, calling the necessary transformer
to deal with the contents of the tag.
|
abstract StringBuffer |
AbstractTransformer.getContentsFromTag(TCDLTag currentTag,
String inputItem,
TransformContext context)
Deprecated.
This is a recursive function which reads the contents of a particular tag, then recurses any child tags this
tag has,
calling the necessary transformer to deal with the contents of the tag.
|
StringBuffer |
ASPDotNETTransformer.getContentsFromTag(TCDLTag currentTag,
String inputItem,
TransformContext context)
This is a recursive function which reads the contents of a particular tag, then recurses any child tags this
tag has,
calling the necessary transformer to deal with the contents of the tag.
|
protected StringBuffer |
AbstractTransformer.getFullContentsFromTag(TCDLTag currentTag,
String inputItem,
TransformContext context)
Deprecated.
This is a recursive function which reads the contents of a particular tag, then recurses any child tags this
tag has,
calling the necessary transformer to deal with the contents of the tag.
|
StringBuffer |
Transformer.startProcessingItem(String inputItem,
TreeMap dataModel,
TransformContext transformContext)
Deprecated.
This is the entry point for transforming a text containing TCDL.
|
StringBuffer |
AbstractTransformer.startProcessingItem(String inputItem,
TreeMap dataModel,
TransformContext context)
Deprecated.
This is the entry point for transforming a text containing TCDL.
|
String |
ASPDotNETTransformer.transformBinaryLink(TCDLTag tag,
TransformContext context)
Transform the Link element tag into the target output language for a Binary Link.
|
String |
Transformer.transformTag(TCDLTag tag,
TransformContext context)
Deprecated.
This is the method which will transforms the attributes and contents of the tag into the configured target output
language.
|
abstract String |
AbstractTransformer.transformTag(TCDLTag tag,
TransformContext context)
Deprecated.
This is the method which will transforms the attributes and contents of the tag into the configured target
output
language.
|
String |
ASPDotNETTransformer.transformTag(TCDLTag tag,
TransformContext context)
This is the method which will transforms the attributes and contents of the tag into the configured target
output
language.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries