Class XJdfValidator


  • public class XJdfValidator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XJdfValidator()
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(byte[] xjdf)
      Validation of xml based on the XJDF Schema.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XJdfValidator

        public XJdfValidator()
        Default constructor.
    • Method Detail