sjg.xml
Class Data

java.lang.Object
  extended by sjg.xml.Data

public class Data
extends java.lang.Object

Represent a data section of an XML-document.


Constructor Summary
Data(java.lang.String text)
          Constructs a new data section containing the given data.
 
Method Summary
 java.lang.String toString()
          Returns the data of this data section.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Data

public Data(java.lang.String text)
Constructs a new data section containing the given data.

Method Detail

toString

public java.lang.String toString()
Returns the data of this data section.

Overrides:
toString in class java.lang.Object