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

Quick Search    Search Deep

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

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

public abstract class MeaningType
extends java.lang.Object
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
private  java.lang.String _content
          internal content storage
private  com.mayhoo.kanji.xml.types.LangType _lang
          The language for which the meaning applys.
 
Constructor Summary
MeaningType()
           
 
Method Summary
 java.lang.String getContent()
           
 com.mayhoo.kanji.xml.types.LangType getLang()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setContent(java.lang.String content)
           
 void setLang(com.mayhoo.kanji.xml.types.LangType lang)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_content

private java.lang.String _content
internal content storage


_lang

private com.mayhoo.kanji.xml.types.LangType _lang
The language for which the meaning applys.

Constructor Detail

MeaningType

public MeaningType()
Method Detail

getContent

public java.lang.String getContent()

getLang

public com.mayhoo.kanji.xml.types.LangType getLang()

isValid

public boolean isValid()

marshal

public abstract void marshal(java.io.Writer out)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException

marshal

public abstract void marshal(org.xml.sax.DocumentHandler handler)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException

setContent

public void setContent(java.lang.String content)

setLang

public void setLang(com.mayhoo.kanji.xml.types.LangType lang)

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException