| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.converters.v2_v3 |
This package contains all the necessary classes to convert XMCDA v2.2.1 to XMCDA v3 and vice-versa.
|
| org.xmcda.parsers.xml.xmcda_v3 |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<CategoriesValues<?>> |
XMCDA.categoriesValuesList |
| Modifier and Type | Method and Description |
|---|---|
CategoriesValues<Double> |
CategoriesValues.asDouble() |
static <VALUE_TYPE> |
Factory.categoriesValues() |
<U> CategoriesValues<U> |
CategoriesValues.convertTo(Class<U> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> CategoriesValues<T> |
CategoriesValuesConverter.categoriesValues_v3_categoryID(CategoriesValues value,
XMCDA xmcda_v3)
Convert v2 categories values containing <categoryID> only
|
| Modifier and Type | Method and Description |
|---|---|
protected <VALUE_TYPE> |
CategoriesValuesConverter.convertTo_v2(CategoriesValues<VALUE_TYPE> categoriesValues_v3) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesValuesConverter.convertTo_v2(List<CategoriesValues<?>> categoriesValues_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
CategoriesValues<VALUE_TYPE> |
CategoriesValuesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryValuesParser.fromXML(XMCDA xmcda,
CategoriesValues<VALUE_TYPE> objectsValues,
StartElement startElement,
XMLEventReader eventReader)
Builds the list of values attached to an ELEMENT and inserts it into the provided objectsValues object
using the ELEMENT as the key.
|
void |
CategoriesValuesParser.toXML(CategoriesValues<VALUE_TYPE> values,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesValuesParser.toXML(List<CategoriesValues<VALUE_TYPE>> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.