| Package | Description |
|---|---|
| org.xmcda.parsers.xml.xmcda_v3 |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.defaultVersion |
| Modifier and Type | Method and Description |
|---|---|
static Version |
XMCDAParser.getDefaultXMCDAv3Version() |
static Version |
Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version[] |
Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Version> |
Version.get(String version)
Return the requested v3 Version.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XMCDAParser.setDefaultXMCDAv3Version(Version version) |
void |
XMCDAParser.writeXMCDA(XMCDA xmcda,
OutputStream stream,
Version version,
String... tagsOnly) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.