Package fileLogic
Class XMLReader
java.lang.Object
fileLogic.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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadFromFile(String path) Deprecated.Reads XML file by path and returns parsedString[]/Stringmap.
-
Constructor Details
-
XMLReader
public XMLReader()Deprecated.Default constructor of XMLReader.
-
-
Method Details
-
readFromFile
Deprecated.Reads XML file by path and returns parsedString[]/Stringmap.- Specified by:
readFromFilein interfaceBaseReader- Parameters:
path- path to XML file- Returns:
- Map of read items
- Throws:
IOException- If an I/O occurs opening source
-