Package org.xwiki.filter.xml.input
Interface SourceInputSource
-
- All Superinterfaces:
AutoCloseable
,Closeable
,InputSource
- All Known Implementing Classes:
DefaultSourceInputSource
public interface SourceInputSource extends InputSource
Source
basedInputSource
.- Since:
- 6.2M1
- Version:
- $Id: 490cadcdca9019cda9343341607fde4aa47f1055 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Source
getSource()
-
Methods inherited from interface org.xwiki.filter.input.InputSource
restartSupported
-
-