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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.mayhoo.kanji.xml.JisType
      extended bycom.mayhoo.kanji.xml.Jis
All Implemented Interfaces:
java.io.Serializable

public class Jis
extends JisType
implements java.io.Serializable

The JIS X 0208-1990 code value is given in hex and decimal.

Version:
$Revision: 1.1 $ $Date: 2002/04/20 17:43:41 $

Field Summary
 
Fields inherited from class com.mayhoo.kanji.xml.JisType
 
Constructor Summary
Jis()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
static Jis unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class com.mayhoo.kanji.xml.JisType
deleteDec, getDec, getHex, hasDec, setDec, setHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jis

public Jis()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class JisType

marshal

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

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 JisType

unmarshal

public static Jis 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 JisType