|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputSourceProvider
Provides access to an input source. This input source is not necessarily expected to refer to actual XML content. This interface is used to get access to a data content that may be specified using either a character or a byte stream.
Clients may implement this interface.
GeneratedCode.setContents(InputSourceProvider)| Method Summary | |
|---|---|
void |
dispose()
Disposes of this input source. |
InputSource |
getInputSource()
Gives access to the underlying input source. |
| Method Detail |
|---|
InputSource getInputSource()
throws IOException
IOException - if the data content is no longer accessible.void dispose()
GeneratedCode,
this method is called when the generated content has been written on disk.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||