Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mayhoo.kanji.xml
Class Meaning  view Meaning download Meaning.java

java.lang.Object
  extended bycom.mayhoo.kanji.xml.MeaningType
      extended bycom.mayhoo.kanji.xml.Meaning
All Implemented Interfaces:
java.io.Serializable

public class Meaning
extends MeaningType
implements java.io.Serializable

The meaning of the kanji, in various languages. Currently since the file was derived from the Kanjidic file only english is given.

Version:
$Revision: 1.2 $ $Date: 2002/04/30 06:44:34 $

Field Summary
 
Fields inherited from class com.mayhoo.kanji.xml.MeaningType
 
Constructor Summary
Meaning()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
static Meaning unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class com.mayhoo.kanji.xml.MeaningType
getContent, getLang, setContent, setLang
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meaning

public Meaning()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class MeaningType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Specified by:
marshal in class MeaningType

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 MeaningType

unmarshal

public static Meaning unmarshal(java.io.Reader reader)
                         throws org.exolab.castor.xml.MarshalException,
                                org.exolab.castor.xml.ValidationException

validate

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