com.nwalsh.xalan
Class Params

java.lang.Object
  extended by com.nwalsh.xalan.Params

public class Params
extends Object


Constructor Summary
Params()
           
 
Method Summary
static boolean getBoolean(org.apache.xalan.extensions.ExpressionContext context, String varName)
           
static int getInt(org.apache.xalan.extensions.ExpressionContext context, String varName)
           
static String getString(org.apache.xalan.extensions.ExpressionContext context, String varName)
           
 
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

getString

public static String getString(org.apache.xalan.extensions.ExpressionContext context,
                               String varName)

getInt

public static int getInt(org.apache.xalan.extensions.ExpressionContext context,
                         String varName)

getBoolean

public static boolean getBoolean(org.apache.xalan.extensions.ExpressionContext context,
                                 String varName)


Copyright © 2013. All Rights Reserved.