net.sf.kernow.transform
Class Params

java.lang.Object
  extended by net.sf.kernow.transform.Params

public class Params
extends java.lang.Object


Constructor Summary
Params()
           
 
Method Summary
static java.util.HashMap<java.lang.String,java.lang.Object> getParamsForStylesheet(javax.xml.transform.Source stylesheet)
           
static java.util.HashMap<java.lang.String,java.lang.Object> getParamsForStylesheet(java.net.URI stylesheet)
          Retrieves the parameters for a given stylesheet
static void setParamsForStylesheet(java.net.URI stylesheet, java.util.HashMap<java.lang.String,java.lang.Object> params)
          Stores the parameters for a given stylesheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Params

public Params()
Method Detail

setParamsForStylesheet

public static void setParamsForStylesheet(java.net.URI stylesheet,
                                          java.util.HashMap<java.lang.String,java.lang.Object> params)
Stores the parameters for a given stylesheet


getParamsForStylesheet

public static java.util.HashMap<java.lang.String,java.lang.Object> getParamsForStylesheet(javax.xml.transform.Source stylesheet)

getParamsForStylesheet

public static java.util.HashMap<java.lang.String,java.lang.Object> getParamsForStylesheet(java.net.URI stylesheet)
Retrieves the parameters for a given stylesheet