org.exolab.adaptx.xslt
Class XSLCData

java.lang.Object
  extended by org.exolab.adaptx.xslt.XSLObject
      extended by org.exolab.adaptx.xslt.XSLText
          extended by org.exolab.adaptx.xslt.XSLCData

public class XSLCData
extends XSLText

Represents the an xsl:cdata in the XSLStylesheet. This is currently a proprietary element

Version:
$Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Author:
Keith Visco

Field Summary
 
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
 
Constructor Summary
XSLCData()
          Creates a new XSLCData
XSLCData(java.lang.String data)
          Creates a new XSLCData with the given data
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLCData

public XSLCData()
Creates a new XSLCData


XSLCData

public XSLCData(java.lang.String data)
Creates a new XSLCData with the given data

Parameters:
data - the value of this CDATA section