public interface Profile
Profiles are considered to be equal if each profile has the same constraints. Performing a validation using equivalent profiles should emit identical constraint violations. The ordering of the constraints is unimportant.
The profile name and version is not considered important for the purposes of profile equality, and is ignored.
Modifier and Type | Method and Description |
---|---|
Set<Constraint> |
getConstraints()
A set of constraints that can be used to validate documents.
|
NamespaceContext |
getNamespaceContext() |
String |
getProfileName()
Returns the name of the profile, or
null if the profile doesn't have a name. |
String |
getProfileVersion()
Returns the version of the profile, or
null if the profile doesn't have a name. |
String getProfileName()
null
if the profile doesn't have a name.String getProfileVersion()
null
if the profile doesn't have a name.Set<Constraint> getConstraints()
NamespaceContext getNamespaceContext()
Copyright © 2025 CESSDA ERIC. All rights reserved.