Transformation
Class LidoToCidocConvertion
java.lang.Object
Transformation.LidoToCidocConvertion
public class LidoToCidocConvertion
- extends java.lang.Object
Constructor Summary |
LidoToCidocConvertion(java.lang.String mappingFilePath,
java.lang.String lidoFilePath,
java.lang.String destinationFolderPath)
Takes as input the mapping file in xml format and a lido xml file and produce a rdf file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LidoToCidocConvertion
public LidoToCidocConvertion(java.lang.String mappingFilePath,
java.lang.String lidoFilePath,
java.lang.String destinationFolderPath)
throws javax.xml.xpath.XPathExpressionException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- Takes as input the mapping file in xml format and a lido xml file and produce a rdf file.
- Parameters:
mappingFilePath
- the path of mapping file.lidoFilePath
- the path of the lido xml file.destinationFolderPath
- the path where will create the Result.rdf file.
- Throws:
javax.xml.xpath.XPathExpressionException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException