Class XSLT

    • Field Detail

      • m_StyleSheet

        protected PlaceholderFile m_StyleSheet
        the XSLT stylesheet to apply.
      • m_Inline

        protected XSLTStyleSheet m_Inline
        the inline stylesheet to apply.
    • Constructor Detail

      • XSLT

        public XSLT()
    • Method Detail

      • setStyleSheet

        public void setStyleSheet​(PlaceholderFile value)
        Sets the expression to apply.
        Parameters:
        value - the type
      • getStyleSheet

        public PlaceholderFile getStyleSheet()
        Returns the expression to apply.
        Returns:
        the type
      • styleSheetTipText

        public String styleSheetTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setInline

        public void setInline​(XSLTStyleSheet value)
        Sets the stylesheet to apply.
        Parameters:
        value - the stylesheet
      • getInline

        public XSLTStyleSheet getInline()
        Returns the stylesheet to apply.
        Returns:
        the stylesheet
      • inlineTipText

        public String inlineTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        org.w3c.dom.Document.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        java.lang.String.class
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message