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

Quick Search    Search Deep

Uses of Class
com.mayhoo.kanji.xml.Unicode

Uses of Unicode in com.mayhoo.kanji.xml
 

Fields in com.mayhoo.kanji.xml declared as Unicode
private  Unicode KanjiType._unicode
          The Unicode code value is given in hex and decimal.
 

Methods in com.mayhoo.kanji.xml that return Unicode
static Unicode Unicode.unmarshal(java.io.Reader reader)
           
 Unicode KanjiType.getUnicode()
           
 

Methods in com.mayhoo.kanji.xml with parameters of type Unicode
 void KanjiType.setUnicode(Unicode unicode)