com.mayhoo.kanji.xml
Class Tohsaku

java.lang.Object
  |
  +--com.mayhoo.kanji.xml.TohsakuType
        |
        +--com.mayhoo.kanji.xml.Tohsaku
All Implemented Interfaces:
Serializable

public class Tohsaku
extends TohsakuType
implements Serializable

The book number, chapter and index within the chapter of the kanji in the 2-volume Yookoso series by Yasuhiko Tohsaku.

Version:
$Revision: 1.1 $ $Date: 2002/04/30 06:44:34 $
See Also:
Serialized Form

Constructor Summary
Tohsaku()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(Writer out)
           
static com.mayhoo.kanji.xml.Tohsaku unmarshal(Reader reader)
           
 void validate()
           
 
Methods inherited from class com.mayhoo.kanji.xml.TohsakuType
deleteBook, deleteChapter, deleteIndex, getBook, getChapter, getIndex, hasBook, hasChapter, hasIndex, setBook, setChapter, setIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tohsaku

public Tohsaku()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class TohsakuType

marshal

public void marshal(Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Specified by:
marshal in class TohsakuType
Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Specified by:
marshal in class TohsakuType
Parameters:
handler -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

unmarshal

public static com.mayhoo.kanji.xml.Tohsaku unmarshal(Reader reader)
                                              throws org.exolab.castor.xml.MarshalException,
                                                     org.exolab.castor.xml.ValidationException
Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class TohsakuType
org.exolab.castor.xml.ValidationException