Class Mpeg7XMLValidator

java.lang.Object
de.swa.fuh.mpeg7.Mpeg7XMLValidator

public class Mpeg7XMLValidator
extends java.lang.Object
Class to help check if Mpeg7 file is following the specified schema
Author:
michaelhermann
  • Constructor Summary

    Constructors 
    Constructor Description
    Mpeg7XMLValidator()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getAvailable_mpeg7_iso_versions()
    Get which ISO Versions are currently listed by the ISO
    boolean validate_MPEG7_XML_Schema​(org.w3c.dom.Document xml_doc)
    Validate if Document is following the correct MPEG7 Schema, based on declared version

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getAvailable_mpeg7_iso_versions

      public java.util.List<java.lang.String> getAvailable_mpeg7_iso_versions()
      Get which ISO Versions are currently listed by the ISO
      Returns:
      List
    • validate_MPEG7_XML_Schema

      public boolean validate_MPEG7_XML_Schema​(org.w3c.dom.Document xml_doc)
      Validate if Document is following the correct MPEG7 Schema, based on declared version
      Parameters:
      xml_doc -
      Returns:
      true, if it is a valid MPEG7 XML File