sk.uniba.euromath.document.export
Class ExporterFactoryImpl
java.lang.Object
sk.uniba.euromath.document.export.ExporterFactoryImpl
- All Implemented Interfaces:
- sk.baka.xml.gene.IExporterFactory
public final class ExporterFactoryImpl
- extends Object
- implements sk.baka.xml.gene.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 sk.baka.xml.gene.ExportException
- Constructor.
- Throws:
sk.baka.xml.gene.ExportException
- if loading of XSLT stylesheets fails.
getSupportedExporters
public Set<sk.baka.xml.gene.ExporterInfo> getSupportedExporters()
- Specified by:
getSupportedExporters
in interface sk.baka.xml.gene.IExporterFactory
getWildcardExporter
public Set<sk.baka.xml.gene.ExporterInfo> getWildcardExporter(String namespace)
- Specified by:
getWildcardExporter
in interface sk.baka.xml.gene.IExporterFactory
produce
public sk.baka.xml.gene.IExporter produce(String id)
throws sk.baka.xml.gene.ExportException,
IOException
- Specified by:
produce
in interface sk.baka.xml.gene.IExporterFactory
- Throws:
sk.baka.xml.gene.ExportException
IOException
Copyright © 2003-2006 null. All Rights Reserved.