Package org.pathvisio.libgpml.model
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.NamespacegetGpmlNamespace()Returns the GPML namespace.java.lang.StringgetSchemaFile()Returns the GPML schema file.voidvalidateDocument(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
Validates a JDOM document against the xml-schema definition specified by 'xsdFile'- Parameters:
doc- the document to validate- Throws:
ConverterException
-