Package com.openstego.desktop.util.dwt
Class FilterXMLReader
- java.lang.Object
-
- com.openstego.desktop.util.dwt.FilterXMLReader
-
public class FilterXMLReader extends Object
Class to read the Filters XML and generate corresponding Java Objects
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<Integer,FilterGH>
parse(String fileURI)
This method parses the given XML file into the list of objects
-