ca.quine.jcommons.freemind.xml
Class Map

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

public class Map
extends Object
implements Serializable

Class Map.

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

Constructor Summary
Map()
           
 
Method Summary
 Node getNode()
          Returns the value of field 'node'.
 String getVersion()
          Returns the value of field 'version'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setNode(Node node)
          Sets the value of field 'node'.
 void setVersion(String version)
          Sets the value of field 'version'.
static Map 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

Map

public Map()
Method Detail

getNode

public Node getNode()
Returns the value of field 'node'.

Returns:
Node

getVersion

public String getVersion()
Returns the value of field 'version'.

Returns:
String

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

setNode

public void setNode(Node node)
Sets the value of field 'node'.

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

setVersion

public void setVersion(String version)
Sets the value of field 'version'.

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

unmarshal

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

Parameters:
reader -
Returns:
Map
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException