| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.icl.saxon.ParameterSet
A ParameterSet is a set of parameters supplied when calling a template. It is a collection of name-value pairs
| Constructor Summary | |
| ParameterSet() | |
| Method Summary | |
|  void | clear()Clear all values | 
|  Value | get(java.lang.String name)Get a parameter | 
|  void | put(java.lang.String name,
    Value value)Add a parameter to the ParameterSet | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ParameterSet()
| Method Detail | 
public void put(java.lang.String name,
                Value value)
name - The name of the parameter. The string must be interned.value - The value of the parameterpublic Value get(java.lang.String name)
name - The name. The value must be interned.public void clear()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||