Uses of Interface
eu.europa.ted.efx.interfaces.MarkupGenerator
-
Packages that use MarkupGenerator Package Description eu.europa.ted.efx.interfaces eu.europa.ted.efx.model eu.europa.ted.efx.sdk0.v6 eu.europa.ted.efx.sdk0.v7 eu.europa.ted.efx.sdk1 -
-
Uses of MarkupGenerator in eu.europa.ted.efx.interfaces
Methods in eu.europa.ted.efx.interfaces that return MarkupGenerator Modifier and Type Method Description MarkupGeneratorTranslatorDependencyFactory. createMarkupGenerator(String sdkVersion)Get the instance of the markup generator to be used by the translator for rendering the target template. -
Uses of MarkupGenerator in eu.europa.ted.efx.model
Methods in eu.europa.ted.efx.model with parameters of type MarkupGenerator Modifier and Type Method Description MarkupContentBlock. renderCallTemplate(MarkupGenerator markupGenerator)MarkupContentBlock. renderContent(MarkupGenerator markupGenerator)voidContentBlock. renderTemplate(MarkupGenerator markupGenerator, List<Markup> templates) -
Uses of MarkupGenerator in eu.europa.ted.efx.sdk0.v6
Constructors in eu.europa.ted.efx.sdk0.v6 with parameters of type MarkupGenerator Constructor Description EfxTemplateTranslator06(MarkupGenerator markupGenerator, SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener) -
Uses of MarkupGenerator in eu.europa.ted.efx.sdk0.v7
Constructors in eu.europa.ted.efx.sdk0.v7 with parameters of type MarkupGenerator Constructor Description EfxTemplateTranslator07(MarkupGenerator markupGenerator, SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener) -
Uses of MarkupGenerator in eu.europa.ted.efx.sdk1
Constructors in eu.europa.ted.efx.sdk1 with parameters of type MarkupGenerator Constructor Description EfxTemplateTranslatorV1(MarkupGenerator markupGenerator, SymbolResolver symbolResolver, ScriptGenerator scriptGenerator, org.antlr.v4.runtime.BaseErrorListener errorListener)
-