public class CriterionThresholdsParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CRITERION_ID |
static String |
CRITERION_THRESHOLD |
static String |
THRESHOLDS |
| Constructor and Description |
|---|
CriterionThresholdsParser() |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
fromXML(XMCDA xmcda,
CriteriaThresholds criteriaThresholds,
StartElement startElement,
XMLEventReader eventReader) |
void |
thresholdsFromXML(XMCDA xmcda,
CriterionThresholds criterionThresholds,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(Criterion criterion,
CriterionThresholds criterionThresholds,
XMLStreamWriter writer) |
public static final String CRITERION_THRESHOLD
public static final String CRITERION_ID
public static final String THRESHOLDS
public Criterion fromXML(XMCDA xmcda, CriteriaThresholds criteriaThresholds, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void thresholdsFromXML(XMCDA xmcda, CriterionThresholds criterionThresholds, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(Criterion criterion, CriterionThresholds criterionThresholds, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.