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
-
ECMASCRIPT
-
-
XSLScript(XSLStylesheet)
- Creates a new XSLScript
-
XSLScript(XSLStylesheet, String)
- Creates a new XSLScript
-
appendAction(XSLObject)
- Overrides XSLObject#appendAction to only allow XSLText or
XSLCData Objects
-
appendData(String)
-
-
getData()
- Returns the text of this XSLScript
-
getLanguage()
- Returns the scripting Language for this XSLScript
-
getScriptNameSpace()
- Returns the Namespace for this xsl:script
-
setData(String)
-
-
setLanguage(String)
-
ECMASCRIPT
public final String ECMASCRIPT
XSLScript
public XSLScript(XSLStylesheet parentStylesheet)
- Creates a new XSLScript
XSLScript
public XSLScript(XSLStylesheet parentStylesheet,
String data)
- Creates a new XSLScript
appendAction
public boolean appendAction(XSLObject xslObject)
- Overrides XSLObject#appendAction to only allow XSLText or
XSLCData Objects
- Overrides:
- appendAction in class XSLObject
appendData
public void appendData(String data)
getData
public String getData()
- Returns the text of this XSLScript
- Returns:
- the text of this XSLScript
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
setData
public void setData(String data)
setLanguage
public void setLanguage(String lang)
All Packages Class Hierarchy This Package Previous Next Index