com.infoteria.asteria.util.xml
クラス SAXUtil
java.lang.Object
|
+--com.infoteria.asteria.util.xml.SAXUtil
- public class SAXUtil
- extends Object
SAXの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化します