Interface GPMLFormatVersion

All Known Subinterfaces:
GPMLFormatReader, GPMLFormatWriter
All Known Implementing Classes:
GPML2013aReader, GPML2013aWriter, GPML2021Reader, GPML2021Writer

public interface GPMLFormatVersion
Interface for GPML format versions.
Author:
unknown
  • Method Summary

    Modifier and Type Method Description
    org.jdom2.Namespace getGpmlNamespace()
    Returns the GPML namespace.
    java.lang.String getSchemaFile()
    Returns the GPML schema file.
    void validateDocument​(org.jdom2.Document doc)
    Validates a JDOM document against the xml-schema definition specified by 'xsdFile'
  • Method Details

    • getGpmlNamespace

      org.jdom2.Namespace getGpmlNamespace()
      Returns the GPML namespace.
    • getSchemaFile

      java.lang.String getSchemaFile()
      Returns the GPML schema file.
    • validateDocument

      void validateDocument​(org.jdom2.Document doc) throws ConverterException
      Validates a JDOM document against the xml-schema definition specified by 'xsdFile'
      Parameters:
      doc - the document to validate
      Throws:
      ConverterException