Examples of checkWellFormed()


Examples of edu.harvard.hul.ois.fits.FitsOutput.checkWellFormed()

        xml.output(writer);
        writer.close();
      }
      System.out.println(errorText);
      System.out.println("valid = "+output.checkValid());
      System.out.println("well-formed = "+output.checkWellFormed());
      System.out.println(output.getMetadataElement("md5checksum").getValue());
    }
   

   
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.