sk.uniba.euromath.document
Class ExportManager

java.lang.Object
  extended by sk.uniba.euromath.document.ExportManager

public final class ExportManager
extends Object

Handles export of the document to various formats. For querying various export information please use InstanceProvider.

Author:
Martin Vysny

Method Summary
 sk.baka.xml.gene.ICoordinator getCoordinator(String outputClass, DocumentView defaultView)
          Returns the coordinator for given output class and prepares it for export.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCoordinator

public sk.baka.xml.gene.ICoordinator getCoordinator(String outputClass,
                                                    DocumentView defaultView)
Returns the coordinator for given output class and prepares it for export.

Parameters:
outputClass - the document class that shall be produced.
defaultView - the default view on the document. Exporters from this view should have higher priority when constructing the export graph.
Returns:
the coordinator instance


Copyright © 2003-2006 null. All Rights Reserved.