Class StructuredTypeWithRestrictedFieldsValidator
java.lang.Object
org.verapdf.model.tools.xmp.validators.StructuredTypeWithRestrictedFieldsValidator
- All Implemented Interfaces:
TypeValidator
- Author:
- Maksim Bezrukov
-
Constructor Summary
ConstructorsConstructorDescriptionStructuredTypeWithRestrictedFieldsValidator(String childNamespaceURI, Map<String, String> childrenTypes, Map<String, Pattern> childrenChoiceTypes, ValidatorsContainer parentContainer) -
Method Summary
Modifier and TypeMethodDescriptionfromValues(String childNamespaceURI, Map<String, String> childrenTypes, Map<String, Pattern> childrenClosedTypes, ValidatorsContainer parentContainer) boolean
-
Constructor Details
-
StructuredTypeWithRestrictedFieldsValidator
-
-
Method Details
-
fromValues
public static StructuredTypeWithRestrictedFieldsValidator fromValues(String childNamespaceURI, Map<String, String> childrenTypes, Map<String, Pattern> childrenClosedTypes, ValidatorsContainer parentContainer) -
isCorresponding
- Specified by:
isCorrespondingin interfaceTypeValidator
-