Class ValidationUtils
java.lang.Object
org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
A utility class that provides convenience methods to support schema validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Schema
createSchema
(URI... schemaUrls) Creates a single Schema object available from the passed schemaUrls.
-
Constructor Details
-
ValidationUtils
public ValidationUtils()
-
-
Method Details
-
createSchema
Creates a single Schema object available from the passed schemaUrls.- Parameters:
schemaUrls
- the URL of the xsd file, nevernull
- Returns:
- an immutable Schema object, or
null
if one cannot be constructed.
-