public class CriteriaFunctionsParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CRITERIA_FUNCTIONS |
static String |
CRITERION_ID |
static String |
FUNCTIONS |
| Constructor and Description |
|---|
CriteriaFunctionsParser() |
| Modifier and Type | Method and Description |
|---|---|
CriteriaFunctions |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(CriteriaFunctions criteriaFunctions,
XMLStreamWriter writer) |
void |
toXML(List<CriteriaFunctions> list,
XMLStreamWriter writer) |
public static final String CRITERIA_FUNCTIONS
public static final String CRITERION_ID
public static final String FUNCTIONS
public CriteriaFunctions fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(List<CriteriaFunctions> list, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic void toXML(CriteriaFunctions criteriaFunctions, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.