org.asyrinx.joey.gen.model.rdb.xml
クラス XmlToRdb

java.lang.Object
  拡張org.asyrinx.joey.gen.model.rdb.xml.XmlToRdb

public class XmlToRdb
extends java.lang.Object

作成者:
akima

コンストラクタの概要
XmlToRdb()
           
 
メソッドの概要
 boolean isDebug()
           
 Databases load(java.io.InputStream sourceStream)
           
 Databases load(java.lang.String filename)
           
 void setDebug(boolean debug)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XmlToRdb

public XmlToRdb()
メソッドの詳細

load

public Databases load(java.lang.String filename)
               throws java.io.IOException,
                      org.xml.sax.SAXException
例外:
java.io.IOException
org.xml.sax.SAXException

load

public Databases load(java.io.InputStream sourceStream)
               throws java.io.IOException,
                      org.xml.sax.SAXException
例外:
java.io.IOException
org.xml.sax.SAXException

isDebug

public boolean isDebug()
戻り値:
Returns the debug.

setDebug

public void setDebug(boolean debug)
パラメータ:
debug - The debug to set.


Copyright © 2004 asyrinx organization. All Rights Reserved.