| 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<CategoriesProfiles<?>> |
XMCDA.categoriesProfilesList |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE_TYPE> |
Factory.categoriesProfiles() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> CategoriesProfiles |
CategoriesProfilesConverter.convertTo_v2(CategoriesProfiles<T> categoriesProfiles_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesProfilesConverter.convertTo_v2(List<CategoriesProfiles<?>> categoriesProfiles_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
CategoriesProfiles<VALUE_TYPE> |
CategoriesProfilesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesProfilesParser.toXML(CategoriesProfiles<VALUE_TYPE> categoriesProfiles,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesProfilesParser.toXML(List<CategoriesProfiles<VALUE_TYPE>> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.