net.sourceforge.openstego.util.dwt
Class FilterXMLReader

java.lang.Object
  extended by net.sourceforge.openstego.util.dwt.FilterXMLReader

public class FilterXMLReader
extends java.lang.Object

Class to read the Filters XML and generate corresponding Java Objects


Method Summary
static java.util.Map parse(java.lang.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 java.util.Map parse(java.lang.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.