| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml.validation |
Contains a set of classes to validate the produced GraphML.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphMLXsd |
GraphMLXsd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphMLXsd[] |
GraphMLXsd.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<GraphMLXsd> |
GraphMLXsd.resolveXsd(String systemId,
String namespaceURI)
Looks for an XSD value that matches the given
systemId and namespaceURI and returns it as an
Optional. |
Copyright © 2020. All rights reserved.