ca.quine.jcommons.freemind.xml
Class Html

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

public class Html
extends Object
implements Serializable

Class Html.

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

Constructor Summary
Html()
           
 
Method Summary
 Object getAnyObject()
          Returns the value of field 'anyObject'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setAnyObject(Object anyObject)
          Sets the value of field 'anyObject'.
static Html 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

Html

public Html()
Method Detail

getAnyObject

public Object getAnyObject()
Returns the value of field 'anyObject'.

Returns:
Object

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

setAnyObject

public void setAnyObject(Object anyObject)
Sets the value of field 'anyObject'.

Parameters:
anyObject - the value of field 'anyObject'.

unmarshal

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

Parameters:
reader -
Returns:
Html
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException