An abstract class which describes a transformation process from a XSD schema to an OWL representation.
More...
|
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...
|
|
An abstract class which describes a transformation process from a XSD schema to an OWL representation.
◆ 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
-
source | The path to the XSD schema |
destination | The destination |
xsldoc | The XSLT transformation stylesheet |
baseURI | The baseURI |
superClass | |
superClass2 | |
commentlang | |
- Exceptions
-
FileNotFoundException | |
TransformerConfigurationException | |
TransformerFactoryConfigurationError | |
TransformerException | |