Package org.jboss.vfs
Class VFSInputSource
- java.lang.Object
-
- org.xml.sax.InputSource
-
- org.jboss.vfs.VFSInputSource
-
public class VFSInputSource extends InputSource
VFS based impl of InputSource.- Author:
- Ales Justin
-
-
Constructor Summary
Constructors Constructor Description VFSInputSource(VirtualFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetByteStream()StringgetSystemId()StringtoString()-
Methods inherited from class org.xml.sax.InputSource
getCharacterStream, getEncoding, getPublicId, isEmpty, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
-
-
-
-
Constructor Detail
-
VFSInputSource
public VFSInputSource(VirtualFile file)
-
-
Method Detail
-
getSystemId
public String getSystemId()
- Overrides:
getSystemIdin classInputSource
-
getByteStream
public InputStream getByteStream()
- Overrides:
getByteStreamin classInputSource
-
-