public class CategoriesIntervalParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORIES_INTERVAL |
static String |
CATEGORY_ID |
static String |
LOWER_BOUND |
static String |
UPPER_BOUND |
| Constructor and Description |
|---|
CategoriesIntervalParser() |
| Modifier and Type | Method and Description |
|---|---|
CategoriesInterval |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(CategoriesInterval categoryInterval,
XMLStreamWriter writer) |
public static final String CATEGORIES_INTERVAL
public static final String LOWER_BOUND
public static final String UPPER_BOUND
public static final String CATEGORY_ID
public CategoriesInterval fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(CategoriesInterval categoryInterval, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.