net.sf.kernow.util
Class ParameterExtractor

java.lang.Object
  extended by net.sf.kernow.util.ParameterExtractor

public class ParameterExtractor
extends java.lang.Object

Extracts the top-level parameters from a given stylesheet


Constructor Summary
ParameterExtractor()
           
 
Method Summary
static java.util.HashMap<java.lang.String,java.lang.Object> getParametersForStylesheet(java.net.URI stylesheetURI)
          Compiles the stylesheet then extracts the global parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterExtractor

public ParameterExtractor()
Method Detail

getParametersForStylesheet

public static java.util.HashMap<java.lang.String,java.lang.Object> getParametersForStylesheet(java.net.URI stylesheetURI)
Compiles the stylesheet then extracts the global parameters