public class CriterionParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE |
static String |
CRITERION |
| Constructor and Description |
|---|
CriterionParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type) |
Criterion |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(Criterion criterion,
XMLStreamWriter writer) |
public static final String CRITERION
public static final String ACTIVE
public Criterion fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(Criterion criterion, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic boolean canConvert(Class type)
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.