sk.uniba.euromath.document.export
Class ExporterFactoryImpl
java.lang.Object
sk.uniba.euromath.document.export.ExporterFactoryImpl
- All Implemented Interfaces:
- IExporterFactory
public final class ExporterFactoryImpl
- extends Object
- implements IExporterFactory
Produces exporters for XSLT transformations registered in the config file.
- Author:
- Martin Vysny
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporterFactoryImpl
public ExporterFactoryImpl()
throws ExportException
- Constructor.
- Throws:
ExportException
- if loading of XSLT stylesheets fails.
getSupportedExporters
public Set<ExporterInfo> getSupportedExporters()
- Specified by:
getSupportedExporters
in interface IExporterFactory
getWildcardExporter
public Set<ExporterInfo> getWildcardExporter(String namespace)
- Specified by:
getWildcardExporter
in interface IExporterFactory
produce
public IExporter produce(String id)
throws ExportException,
IOException
- Specified by:
produce
in interface IExporterFactory
- Throws:
ExportException
IOException
Copyright © 2003-2006 null. All Rights Reserved.