| 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<AlternativesSetsValues<?,?>> |
XMCDA.alternativesSetsValuesList |
| Modifier and Type | Method and Description |
|---|---|
static <ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> |
Factory.alternativesSetsValues() |
| Modifier and Type | Method and Description |
|---|---|
protected AlternativesSetsValues |
AlternativesValuesConverter.alternativesValues_v3_alternativesSet(AlternativesValues value,
XMCDA xmcda_v3) |
protected AlternativesSetsValues |
AlternativesValuesConverter.alternativesValues_v3_alternativesSetID(AlternativesValues value,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
protected <ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> |
AlternativesValuesConverter.convertTo_v2(AlternativesSetsValues<ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> alternativesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesValuesConverter.alternativesSetsValues_convertTo_v2(List<AlternativesSetsValues<?,?>> alternativesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
AlternativesSetsValues<ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> |
AlternativesSetsValuesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
AlternativesSet<ALTERNATIVES_SET_VALUE_TYPE> |
AlternativesSetValuesParser.fromXML(XMCDA xmcda,
AlternativesSetsValues<ALTERNATIVES_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 |
AlternativesSetsValuesParser.toXML(AlternativesSetsValues<ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> values,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesSetsValuesParser.toXML(List<AlternativesSetsValues<ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE>> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.