MCPcopy Create free account
hub / github.com/commontk/CTK / bindVariable

Method bindVariable

Libs/CommandLineModules/Core/ctkCmdLineModuleXslTransform.cpp:257–260  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

255
256//----------------------------------------------------------------------------
257void ctkCmdLineModuleXslTransform::bindVariable(const QString& name, const QVariant& value)
258{
259 d->XslTransform.bindVariable(name, value);
260}
261
262//----------------------------------------------------------------------------
263void ctkCmdLineModuleXslTransform::setXslExtraTransformation(QIODevice* transformation)

Callers 2

xslTransformMethod · 0.80
testBindVariableMethod · 0.80

Calls

no outgoing calls

Tested by 2

xslTransformMethod · 0.64
testBindVariableMethod · 0.64