public abstract class GPEXmlParser extends GPEParser
| Constructor and Description | 
|---|
| GPEXmlParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract java.io.InputStream | createInputStream(java.io.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 java.io.InputStream createInputStream(java.io.File file)
                                                  throws java.io.FileNotFoundException
file - java.io.FileNotFoundExceptionprotected abstract void initParse()
                           throws GPEXmlEmptyFileException,
                                  XmlStreamException
GPEXmlEmptyFileExceptionXmlStreamExceptionprotected IXmlStreamReader getParser()