public class TupleType extends Object
| Constructor and Description |
|---|
TupleType()
Default Constructor
|
TupleType(Node node) |
TupleType(String key,
String value)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Getter for key
|
String |
getValue()
Getter for value
|
void |
setKey(String key)
Setter for key
|
void |
setValue(String value)
Setter for value
|
String |
toXMLString(String prefix,
String name) |
public TupleType()
public TupleType(Node node) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2017. All Rights Reserved.