Class XMLSchemaValidator


  • public class XMLSchemaValidator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setXmlFile​(java.io.File xmlfile)  
      void setXsdFile​(java.io.File xsdfile)  
      void validate()  
      • Methods inherited from class java.lang.Object

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

      • XMLSchemaValidator

        public XMLSchemaValidator()
    • Method Detail

      • setXmlFile

        public void setXmlFile​(java.io.File xmlfile)
      • setXsdFile

        public void setXsdFile​(java.io.File xsdfile)
      • validate

        public void validate()