Package com.infoteria.asteria.util.xml
Class SAXUtil
java.lang.Object
com.infoteria.asteria.util.xml.SAXUtil
SAXのXMLReaderを生成するユーティリティクラスです。
-
Method Summary
Modifier and TypeMethodDescriptiongetInputSource(File file) FileをInputSource化しますgetInputSource(InputStream stream) InputStreamをInputSource化しますstatic SAXUtilSAXUtilの新しいインスタンスを生成します新しいXMLReaderを生成します
-
Method Details
-
newInstance
SAXUtilの新しいインスタンスを生成します -
newXMLReader
新しいXMLReaderを生成します -
getInputSource
FileをInputSource化します- Throws:
FileNotFoundException
-
getInputSource
InputStreamをInputSource化します- Throws:
FileNotFoundException
-