public class ParameterValue extends Object
| Constructor and Description |
|---|
ParameterValue(net.sf.saxon.s9api.QName key,
String value)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.s9api.QName |
getKey() |
String |
getValue() |
void |
setValue(String value) |
String |
toString() |
public ParameterValue(net.sf.saxon.s9api.QName key,
String value)
key - the parameter keyvalue - the parameter valueCopyright © 2017. All rights reserved.