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

Quick Search    Search Deep

com.mayhoo.kanji
Class KanjiDic2KanjiXML  view KanjiDic2KanjiXML download KanjiDic2KanjiXML.java

java.lang.Object
  extended bycom.mayhoo.kanji.KanjiDic2KanjiXML

public class KanjiDic2KanjiXML
extends java.lang.Object

This is a program to read a kanjidic file (in it's origianl format by Jim Breen) and translate it into an XML version of the file (in Duane May's XML file format) The program can be run as follows: java com.mayhoo.kanji.KanjiDic2KanjiXML kanjidic kanjiXml.xml This will translate a file kanjidic in the original format to a file kanjiXml.xml in the XML format. See the project files on Sourceforge for more information: http://kanjixml.sourceforge.net/

Version:
$Id: KanjiDic2KanjiXML.java,v 1.2 2002/04/20 18:10:24 djmay Exp $

Field Summary
private static java.lang.String VERSION
          Version information
 
Constructor Summary
KanjiDic2KanjiXML()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main function for the translation of the kanjidic file to XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

private static final java.lang.String VERSION
Version information

See Also:
Constant Field Values
Constructor Detail

KanjiDic2KanjiXML

public KanjiDic2KanjiXML()
Method Detail

main

public static void main(java.lang.String[] args)
The main function for the translation of the kanjidic file to XML.