Class ValidatorsContainer

java.lang.Object
org.verapdf.model.tools.xmp.ValidatorsContainer

public class ValidatorsContainer extends Object
Author:
Maksim Bezrukov
  • Method Details

    • validate

      public boolean validate(VeraPDFXMPNode node, String typeName)
      Validates the given node to corresponding the given type
      Parameters:
      node - node for validating
      typeName - type for corresponding
      Returns:
      true if the given type is registred and the given node corresponds to it
    • isKnownType

      public boolean isKnownType(String typeName)