org.exolab.adaptx.xslt

Class 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

Constructor Summary
XSLCData()
Creates a new XSLCData
XSLCData(String data)
Creates a new XSLCData with the given data

Constructor Detail

XSLCData

public XSLCData()
Creates a new XSLCData

XSLCData

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

Parameters: data the value of this CDATA section