com.infoteria.asteria.util.xml
クラス SAXUtil

java.lang.Object
  |
  +--com.infoteria.asteria.util.xml.SAXUtil

public class SAXUtil
extends Object

SAXのXMLReaderを生成するユーティリティクラスです。


メソッドの概要
 InputSource getInputSource(File file)
          FileをInputSource化します
static SAXUtil newInstance()
          SAXUtilの新しいインスタンスを生成します
 XMLReader newXMLReader()
          新しいXMLReaderを生成します
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

newInstance

public static SAXUtil newInstance()
SAXUtilの新しいインスタンスを生成します

newXMLReader

public XMLReader newXMLReader()
新しいXMLReaderを生成します

getInputSource

public InputSource getInputSource(File file)
                           throws FileNotFoundException
FileをInputSource化します