All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.XSLScript

com.kvisco.xsl.XSLObject
   |
   +----com.kvisco.xsl.XSLScript

public class XSLScript
extends XSLObject
This class represents a xsl:script element. This is currently proprietary to XSLP and not included in the latest W3 XSL Working Draft (19981216)

Author:
Keith Visco

Variable Index

 o ECMASCRIPT

Constructor Index

 o XSLScript(XSLStylesheet)
Creates a new XSLScript
 o XSLScript(XSLStylesheet, String)
Creates a new XSLScript

Method Index

 o appendAction(XSLObject)
Overrides XSLObject#appendAction to only allow XSLText or XSLCData Objects
 o appendData(String)
 o getData()
Returns the text of this XSLScript
 o getLanguage()
Returns the scripting Language for this XSLScript
 o getScriptNameSpace()
Returns the Namespace for this xsl:script
 o setData(String)
 o setLanguage(String)

Variables

 o ECMASCRIPT
 public final String ECMASCRIPT

Constructors

 o XSLScript
 public XSLScript(XSLStylesheet parentStylesheet)
Creates a new XSLScript

 o XSLScript
 public XSLScript(XSLStylesheet parentStylesheet,
                  String data)
Creates a new XSLScript

Methods

 o appendAction
 public boolean appendAction(XSLObject xslObject)
Overrides XSLObject#appendAction to only allow XSLText or XSLCData Objects

Overrides:
appendAction in class XSLObject
 o appendData
 public void appendData(String data)
 o getData
 public String getData()
Returns the text of this XSLScript

Returns:
the text of this XSLScript
 o getLanguage
 public String getLanguage()
Returns the scripting Language for this XSLScript

Returns:
the scripting Language for this XSLScript
 o getScriptNameSpace
 public String getScriptNameSpace()
Returns the Namespace for this xsl:script

Returns:
the Namespace for this xsl:script
 o setData
 public void setData(String data)
 o setLanguage
 public void setLanguage(String lang)

All Packages  Class Hierarchy  This Package  Previous  Next  Index