org.exolab.adaptx.xslt

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 02:38:44 -0500 (Sat, 01 Mar 2003) $

Author: Keith Visco

Field Summary
StringECMASCRIPT
Constructor Summary
XSLScript()
Creates a new XSLScript
XSLScript(String data)
Creates a new XSLScript
Method Summary
StringgetLanguage()
Returns the scripting Language for this XSLScript
StringgetScriptNameSpace()
Returns the Namespace for this xsl:script
voidsetLanguage(String lang)

Field Detail

ECMASCRIPT

public final String ECMASCRIPT

Constructor Detail

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 Detail

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)