public class ModuleReader extends Object implements ModuleReaderIF
Modifier and Type | Field and Description |
---|---|
protected boolean |
encrypted |
protected XMLReader |
parser |
Constructor and Description |
---|
ModuleReader(boolean encrypted)
INTERNAL: Constructor that accepts whether the input is encrypted
or plain.
|
Modifier and Type | Method and Description |
---|---|
protected XMLReader |
getXMLParser() |
Map |
read(InputStream source)
Method that reads a XML input stream of a module specification
and creates a map with functions.
|
protected boolean encrypted
protected XMLReader parser
public ModuleReader(boolean encrypted)
public Map read(InputStream source) throws IOException, SAXException
ModuleReaderIF
read
in interface ModuleReaderIF
IOException
SAXException
protected XMLReader getXMLParser() throws SAXException
SAXException