net.sourceforge.openstego.util.dwt
Class FilterXMLReader

java.lang.Object
  extended bynet.sourceforge.openstego.util.dwt.FilterXMLReader

public class FilterXMLReader
extends Object

Class to read the Filters XML and generate corresponding Java Objects


Method Summary
static Map parse(String fileURI)
          This method parses the given XML file into the list of objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static Map parse(String fileURI)
This method parses the given XML file into the list of objects

Parameters:
fileURI - URI for the XML file
Returns:
Map of filters with key being Integer object for filter ID


Copyright © 2007-2009 Samir Vaidya. All Rights Reserved.