Package org.exolab.adaptx.xslt
Class XSLScript
- java.lang.Object
-
- org.exolab.adaptx.xslt.XSLObject
-
- org.exolab.adaptx.xslt.XSLText
-
- org.exolab.adaptx.xslt.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 Summary
Fields Modifier and Type Field Description java.lang.String
ECMASCRIPT
-
Fields inherited from class org.exolab.adaptx.xslt.XSLObject
APPLY_IMPORTS, APPLY_TEMPLATES, ARG, ATTRIBUTE, ATTRIBUTE_SET, CALL_TEMPLATE, CDATA, CHOOSE, COMMENT, CONTENTS, COPY, COPY_OF, ELEMENT, ENTITY_REF, FOR_EACH, FUNCTIONS, ID, IF, IMPORT, INCLUDE, KEY, LITERAL, LOCALE, MESSAGE, NUMBER, OTHERWISE, OUTPUT, PARAM, PI, PRESERVE_SPACE, SCRIPT, SORT, STRIP_SPACE, STYLESHEET, TEMPLATE, TEXT, VALUE_OF, VARIABLE, WHEN, WITH_PARAM
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLanguage()
Returns the scripting Language for this XSLScriptjava.lang.String
getScriptNameSpace()
Returns the Namespace for this xsl:scriptvoid
setLanguage(java.lang.String lang)
-
Methods inherited from class org.exolab.adaptx.xslt.XSLText
appendText, appendText, disableOutputEscaping, getText, setAttribute, setText, setText
-
Methods inherited from class org.exolab.adaptx.xslt.XSLObject
addNamespaceDecl, appendAction, getActions, getAttribute, getAttributes, getNamespace, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setNamespace, setTypeName
-
-
-
-
Field Detail
-
ECMASCRIPT
public final java.lang.String ECMASCRIPT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLanguage
public java.lang.String getLanguage()
Returns the scripting Language for this XSLScript- Returns:
- the scripting Language for this XSLScript
-
getScriptNameSpace
public java.lang.String getScriptNameSpace()
Returns the Namespace for this xsl:script- Returns:
- the Namespace for this xsl:script
-
setLanguage
public void setLanguage(java.lang.String lang)
-
-