| 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<CategoriesSetsValues<?,?>> |
XMCDA.categoriesSetsValuesList |
| Modifier and Type | Method and Description |
|---|---|
static <CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> |
Factory.categoriesSetsValues() |
| Modifier and Type | Method and Description |
|---|---|
protected CategoriesSetsValues |
CategoriesValuesConverter.categoriesValues_v3_categoriesSet(CategoriesValues value,
XMCDA xmcda_v3) |
protected CategoriesSetsValues |
CategoriesValuesConverter.categoriesValues_v3_categoriesSetID(CategoriesValues value,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
protected <CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> |
CategoriesValuesConverter.convertTo_v2(CategoriesSetsValues<CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> categoriesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesValuesConverter.categoriesSetsValues_convertTo_v2(List<CategoriesSetsValues<?,?>> categoriesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
CategoriesSetsValues<CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> |
CategoriesSetsValuesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
CategoriesSet<CATEGORIES_SET_VALUE_TYPE> |
CategoriesSetValuesParser.fromXML(XMCDA xmcda,
CategoriesSetsValues<CATEGORIES_SET_VALUE_TYPE,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 |
CategoriesSetsValuesParser.toXML(CategoriesSetsValues<CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> values,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesSetsValuesParser.toXML(List<CategoriesSetsValues<CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE>> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.