Class ValidatorsContainer


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

      • 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)