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 08:38:44 +0100 (Sat, 01 Mar 2003) $
Author:
Keith Visco
  • Constructor Details

    • 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