public class ProgramExecutionResultParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGES |
static String |
PROGRAM_EXECUTION_RESULT |
static String |
STATUS |
| Constructor and Description |
|---|
ProgramExecutionResultParser() |
| Modifier and Type | Method and Description |
|---|---|
ProgramExecutionResult |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(List<ProgramExecutionResult> execResults,
XMLStreamWriter writer) |
void |
toXML(ProgramExecutionResult prgExecResults,
XMLStreamWriter writer) |
public static final String PROGRAM_EXECUTION_RESULT
public static final String MESSAGES
public static final String STATUS
public ProgramExecutionResult fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(List<ProgramExecutionResult> execResults, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic void toXML(ProgramExecutionResult prgExecResults, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.