com.infoteria.asteria.util.xml
Class SAXUtil
java.lang.Object
|
+--com.infoteria.asteria.util.xml.SAXUtil
- public class SAXUtil
- extends Object
SAXのXMLReaderを生成するユーティリティクラスです。
| Methods inherited from class 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化します