jp.sourceforge.sqs_xml.reader.model
クラス ReaderFactory

java.lang.Object
  拡張jp.sourceforge.sqs_xml.reader.model.ReaderFactory

public class ReaderFactory
extends java.lang.Object

ReaderFactory is generated by Relaxer based on reader.rng.

バージョン:
reader.rng 1.0 (Fri Jun 18 02:41:18 GMT+09:00 2004)
作成者:
Relaxer 1.1b (http://www.relaxer.org)

コンストラクタの概要
ReaderFactory()
           
 
メソッドの概要
static IReaderFactory getFactory()
          Gets the factory.
static void setFactory(IReaderFactory newFactory)
          Sets a factory.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReaderFactory

public ReaderFactory()
メソッドの詳細

setFactory

public static void setFactory(IReaderFactory newFactory)
Sets a factory.

パラメータ:
newFactory -

getFactory

public static IReaderFactory getFactory()
Gets the factory.

戻り値:
IReaderFactory