Class XSLScript


  • public class XSLScript
    extends XSLText
    This class represents a xsl:script element. This is currently proprietary to XSLP and not included in the latest W3 XSL Working Draft (19981216)
    Version:
    $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
    Author:
    Keith Visco
    • Constructor Detail

      • XSLScript

        public XSLScript()
        Creates a new XSLScript
      • XSLScript

        public XSLScript​(java.lang.String data)
        Creates a new XSLScript
        Parameters:
        data - the default data for this XSLScript
    • Method Detail

      • getLanguage

        public java.lang.String getLanguage()
        Returns the scripting Language for this XSLScript
        Returns:
        the scripting Language for this XSLScript
      • getScriptNameSpace

        public java.lang.String getScriptNameSpace()
        Returns the Namespace for this xsl:script
        Returns:
        the Namespace for this xsl:script
      • setLanguage

        public void setLanguage​(java.lang.String lang)