Package | Description |
---|---|
com.tridion.transformer |
Modifier and Type | Method and Description |
---|---|
TCDLTag |
TCDLTag.matchingTag() |
TCDLTag |
TCDLTag.parent() |
Modifier and Type | Method and Description |
---|---|
void |
TCDLTag.addChild(TCDLTag child) |
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.
|
void |
TCDLTag.setMatchingTag(TCDLTag matchingTag) |
void |
TCDLTag.setParent(TCDLTag parent) |
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