| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml.validation |
Contains a set of classes to validate the produced GraphML.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GraphMLValidator.validate(InputStream graphML,
boolean strictValidation)
Validates the given XML stream and throws an exception if it is not a valid GraphML.
|
static void |
GraphMLValidator.validate(StreamSource graphML,
boolean strictValidation)
Validates the given XML stream and throws an exception if it is not a valid GraphML.
|
Copyright © 2020. All rights reserved.