public class TagValuePair extends Object
| Constructor and Description |
|---|
TagValuePair(AbstractTag tag,
String value) |
| Modifier and Type | Method and Description |
|---|---|
AbstractTag |
getKey() |
String |
getValue() |
boolean |
sameWith(AbstractTag tag) |
void |
setValue(String value) |
KeyStringValuePair |
transform() |
public TagValuePair(AbstractTag tag, String value)
public AbstractTag getKey()
public String getValue()
public KeyStringValuePair transform()
public boolean sameWith(AbstractTag tag)
public void setValue(String value)
Copyright © 2019 The Apache Software Foundation. All rights reserved.