public abstract class GPEXmlParser extends GPEParser
| Constructor and Description |
|---|
GPEXmlParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InputStream |
createInputStream(File file)
Creates an input stream from a file.
|
protected IXmlStreamReader |
getParser() |
protected abstract void |
initParse()
This method start the parse process.
|
protected void |
parseStream()
Parses the file from an input stream
|
protected void |
parseURI()
Parses the file from a URI
|
accept, accept, getContentHandler, getDescription, getErrorHandler, getFormat, getGpeManager, getInputStream, getMainFile, getName, parse, parse, setContentHandler, setErrorHandler, setInputStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectionprotected void parseStream()
GPEParserparseStream in class GPEParserprotected void parseURI()
GPEParserprotected abstract InputStream createInputStream(File file) throws FileNotFoundException
file - FileNotFoundExceptionprotected abstract void initParse()
throws GPEXmlEmptyFileException,
XmlStreamException
GPEXmlEmptyFileExceptionXmlStreamExceptionprotected IXmlStreamReader getParser()