com.infoteria.asteria.util.xml
Class SAXUtil

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

public class SAXUtil
extends Object

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


Method Summary
 InputSource getInputSource(File file)
          FileをInputSource化します
static SAXUtil newInstance()
          SAXUtilの新しいインスタンスを生成します
 XMLReader newXMLReader()
          新しいXMLReaderを生成します
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

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

newXMLReader

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

getInputSource

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