Class XmlSchemaValidator
- java.lang.Object
-
- io.adminshell.aas.v3.dataformat.xml.XmlSchemaValidator
-
- All Implemented Interfaces:
SchemaValidator
public class XmlSchemaValidator extends Object implements SchemaValidator
-
-
Constructor Summary
Constructors Constructor Description XmlSchemaValidator()
-
-
-
Field Detail
-
schema
protected Schema schema
-
-
Constructor Detail
-
XmlSchemaValidator
public XmlSchemaValidator() throws SAXException- Throws:
SAXException
-
-
Method Detail
-
validateSchema
public Set<String> validateSchema(String serializedAASEnvironment)
- Specified by:
validateSchemain interfaceSchemaValidator
-
-