org.xerial.util.xml
Class XMLInputSource
java.lang.Object
org.xerial.util.xml.XMLInputSource
public class XMLInputSource
- extends Object
XMLの入力元(ファイル、InputStreamなど)をそれぞれ同様に扱うためのinterface
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLInputSource
public XMLInputSource(InputStream byteStream)
XMLInputSource
public XMLInputSource(Reader characterStream)
XMLInputSource
public XMLInputSource(String fileName)
throws FileNotFoundException
- URI (ファイルへのパスや、http:// ...など)からXMLを読むときに使う
- Parameters:
fileName - an URI of an XML resource
- Throws:
FileNotFoundException
getReader
public Reader getReader()

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.