org.sapia.util.xml
Class CData
java.lang.Object
|
+--org.sapia.util.xml.CData
- All Implemented Interfaces:
- Serializable
- public class CData
- extends Object
- implements Serializable
The CData class is an object representation of a XML CDATA section and
it has only one attribute which is the content of the CDATA section.
- Author:
- Jean-Cedric Desrochers
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
- See Also:
- Serialized Form
|
Constructor Summary |
CData(String aContent)
Creates a new CData instance with the string content passed in. |
|
Method Summary |
String |
toString()
Returns the string content of this string buffer. |
CData
public CData(String aContent)
- Creates a new CData instance with the string content passed in.
toString
public String toString()
- Returns the string content of this string buffer.
- Overrides:
toString in class Object
- Returns:
- The string content of this string buffer.
Copyright © 2002 Sapia Open Source Software. All Rights Reserved.