public class ValuedLabelParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL |
static String |
VALUE |
static String |
VALUED_LABEL |
| Constructor and Description |
|---|
ValuedLabelParser() |
| Modifier and Type | Method and Description |
|---|---|
ValuedLabel |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(ValuedLabel<?> valuedLabel,
XMLStreamWriter writer) |
public static final String VALUED_LABEL
public static final String LABEL
public static final String VALUE
public ValuedLabel fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(ValuedLabel<?> valuedLabel, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.