ca.quine.jcommons.freemind.xml
Class Text

java.lang.Object
  |
  +--ca.quine.jcommons.freemind.xml.Text
All Implemented Interfaces:
Serializable

public class Text
extends Object
implements Serializable

Class Text.

Version:
$Revision: 1.1 $ $Date: 2007/12/01 16:33:27 $
See Also:
Serialized Form

Constructor Summary
Text()
           
 
Method Summary
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
static Text unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text()
Method Detail

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Parameters:
out -
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Parameters:
handler -
IOException
MarshalException
ValidationException

unmarshal

public static Text unmarshal(Reader reader)
                      throws MarshalException,
                             ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Text
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException