Package file.logic
Class XMLReader
java.lang.Object
file.logic.XMLReader
- All Implemented Interfaces:
BaseReader
Deprecated.
out of support since 3.0 / now we're maintaining database logic
XML Reader class for
Loader
class. It reads XML file by given path and
provides
LinkedHashMap‹String[], String>
, where String[]
is XML path to
String
value.
- Since:
- 1.0
- Author:
- zerumi
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadFromFile
(String path) Deprecated.Reads XML file by path and returns parsedString[]
/String
map.
-
Constructor Details
-
XMLReader
public XMLReader()Deprecated.Default constructor of XMLReader.
-
-
Method Details
-
readFromFile
Deprecated.Reads XML file by path and returns parsedString[]
/String
map.- Specified by:
readFromFile
in interfaceBaseReader
- Parameters:
path
- path to XML file- Returns:
- Map of read items
- Throws:
IOException
- If an I/O occurs opening source
-