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
  • Field Details

  • Constructor Details

    • XSLScript

      public XSLScript()
      Creates a new XSLScript
    • XSLScript

      public XSLScript(String data)
      Creates a new XSLScript
      Parameters:
      data - the default data for this XSLScript
  • Method Details

    • getLanguage

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

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

      public void setLanguage(String lang)