Uses of Class
adams.core.base.XSLTStyleSheet
-
Packages that use XSLTStyleSheet Package Description adams.flow.transformer adams.gui.core -
-
Uses of XSLTStyleSheet in adams.flow.transformer
Fields in adams.flow.transformer declared as XSLTStyleSheet Modifier and Type Field Description protected XSLTStyleSheet
XSLT. m_Inline
the inline stylesheet to apply.Methods in adams.flow.transformer that return XSLTStyleSheet Modifier and Type Method Description XSLTStyleSheet
XSLT. getInline()
Returns the stylesheet to apply.Methods in adams.flow.transformer with parameters of type XSLTStyleSheet Modifier and Type Method Description void
XSLT. setInline(XSLTStyleSheet value)
Sets the stylesheet to apply. -
Uses of XSLTStyleSheet in adams.gui.core
Methods in adams.gui.core that return XSLTStyleSheet Modifier and Type Method Description XSLTStyleSheet
XSLTSyntaxEditorPanel. getScript()
Returns the current stylesheet.
-