All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.VariableSet

com.kvisco.xsl.VariableSet

public class VariableSet
This class represents a set of xsl variables

Author:
Keith Visco

Constructor Index

 o VariableSet()
 o VariableSet(int)

Method Index

 o get(String)
 o put(String, ExprResult)

Constructors

 o VariableSet
 public VariableSet()
 o VariableSet
 public VariableSet(int size)

Methods

 o put
 public void put(String name,
                 ExprResult value)
 o get
 public ExprResult get(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index