org.exolab.adaptx.xslt
public class XSLScript extends XSLText
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
| Field Summary | |
|---|---|
| String | ECMASCRIPT |
| Constructor Summary | |
|---|---|
| XSLScript()
Creates a new XSLScript
| |
| XSLScript(String data)
Creates a new XSLScript | |
| Method Summary | |
|---|---|
| String | getLanguage()
Returns the scripting Language for this XSLScript |
| String | getScriptNameSpace()
Returns the Namespace for this xsl:script |
| void | setLanguage(String lang) |
Parameters: data the default data for this XSLScript
Returns: the scripting Language for this XSLScript
Returns: the Namespace for this xsl:script