public class CategoriesProfilesParser<VALUE_TYPE> extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORIES_PROFILES |
| Constructor and Description |
|---|
CategoriesProfilesParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type) |
CategoriesProfiles<VALUE_TYPE> |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(CategoriesProfiles<VALUE_TYPE> categoriesProfiles,
XMLStreamWriter writer) |
void |
toXML(List<CategoriesProfiles<VALUE_TYPE>> list,
XMLStreamWriter writer) |
public static final String CATEGORIES_PROFILES
public CategoriesProfiles<VALUE_TYPE> fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(List<CategoriesProfiles<VALUE_TYPE>> list, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic void toXML(CategoriesProfiles<VALUE_TYPE> categoriesProfiles, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic boolean canConvert(Class type)
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.