org.exolab.adaptx.xslt
Class XSLScript
This class represents a xsl:script element. This is
currently proprietary to XSLP and not included in
the latest W3 XSL Working Draft (19981216)
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
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 |
addNamespaceDecl, appendAction, appendText, appendText, getActions, getAttribute, getAttributes, getNamespace, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setAttribute, setNamespace, setTypeName |
ECMASCRIPT
public final String ECMASCRIPT
XSLScript
public XSLScript()
Creates a new XSLScript
XSLScript
public XSLScript(String data)
Creates a new XSLScript
data - the default data for this XSLScript
getLanguage
public String getLanguage()
Returns the scripting Language for this XSLScript
- the scripting Language for this XSLScript
getScriptNameSpace
public String getScriptNameSpace()
Returns the Namespace for this xsl:script
- the Namespace for this xsl:script
setLanguage
public void setLanguage(String lang)