Class XJdfValidator


  • public class XJdfValidator
    extends AbstractXmlValidator
    Validation of XJDF Documents based on XJDF schema file.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.net.URL getSchema()
      Get the URL of the schema to validate against.
      • Methods inherited from class java.lang.Object

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

      • XJdfValidator

        public XJdfValidator()
        Custom constructor.
    • Method Detail

      • getSchema

        protected final java.net.URL getSchema()
        Description copied from class: AbstractXmlValidator
        Get the URL of the schema to validate against.
        Specified by:
        getSchema in class AbstractXmlValidator
        Returns:
        Internal URL to of the schema.