semanticwfs  Version 0.1.0.0
AbstractTransformer Class Referenceabstract

An abstract class which describes a transformation process from a XSD schema to an OWL representation. More...

Public Member Functions

abstract void transform (String source, String destination, String xsldoc, String baseURI, String superClass, String superClass2, String commentlang) throws FileNotFoundException, TransformerConfigurationException, TransformerFactoryConfigurationError, TransformerException
 Performs a transformation from a source XSD schema to a destination OWL representation. More...
 

Detailed Description

An abstract class which describes a transformation process from a XSD schema to an OWL representation.

Member Function Documentation

◆ transform()

abstract void transform ( String  source,
String  destination,
String  xsldoc,
String  baseURI,
String  superClass,
String  superClass2,
String  commentlang 
) throws FileNotFoundException, TransformerConfigurationException, TransformerFactoryConfigurationError, TransformerException
abstract

Performs a transformation from a source XSD schema to a destination OWL representation.

Parameters
sourceThe path to the XSD schema
destinationThe destination
xsldocThe XSLT transformation stylesheet
baseURIThe baseURI
superClass
superClass2
commentlang
Exceptions
FileNotFoundException
TransformerConfigurationException
TransformerFactoryConfigurationError
TransformerException