public abstract class GeneralParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected File |
filename |
protected String |
inputURI |
protected Reader |
reader |
protected InputStream |
schemaIn |
| Constructor and Description |
|---|
GeneralParser() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getReaderURI() |
void |
setInputURI(String uri) |
protected void |
shutdownReader() |
protected void |
startupReader() |
protected File filename
protected InputStream schemaIn
protected Reader reader
protected String inputURI
protected void startupReader()
throws IOException
IOExceptionprotected void shutdownReader()
throws IOException
IOExceptionpublic void setInputURI(String uri)
protected String getReaderURI()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.