Uses of Class
sk.uniba.euromath.gene.controller.NamespacePath

Packages that use NamespacePath
sk.uniba.euromath.gene Provides GENE (Graph Export Engine) export functionality. 
sk.uniba.euromath.gene.builtin Built-in exporters and coordinators. 
sk.uniba.euromath.gene.controller The core of the GENE framework. 
 

Uses of NamespacePath in sk.uniba.euromath.gene
 

Methods in sk.uniba.euromath.gene with parameters of type NamespacePath
 void ICoordinator.alterContext(IExporter exporter, ExportContext context, NamespacePath path)
           May be called anytime during the export process.
 Source ICoordinator.partialResultEvent(DocumentFragment processed, NamespacePath path, Source source, String sourceNamespace, CoordinatorInputKey key)
          Using this method the coordinator is queried if it wants to modify the final result of one exporter pipe.
 

Uses of NamespacePath in sk.uniba.euromath.gene.builtin
 

Methods in sk.uniba.euromath.gene.builtin with parameters of type NamespacePath
 void XHTMLCoordinator.alterContext(IExporter exporter, ExportContext context, NamespacePath path)
           
 void LaTeXCoordinator.alterContext(IExporter exporter, ExportContext context, NamespacePath path)
           
 Source XHTMLCoordinator.partialResultEvent(DocumentFragment processed, NamespacePath path, Source source, String sourceNamespace, CoordinatorInputKey key)
           
 Source LaTeXCoordinator.partialResultEvent(DocumentFragment processed, NamespacePath path, Source source, String sourceNamespace, CoordinatorInputKey key)
           
 

Uses of NamespacePath in sk.uniba.euromath.gene.controller
 

Methods in sk.uniba.euromath.gene.controller with parameters of type NamespacePath
 ContentHandler SplittedSaxJoiner.getMarkElementsResolver(ContentHandler sink, NamespacePath path)
          Returns content handler that finds and resolves all emp:mark elements that is resolver able to provide.
 Source IMarkResolver.resolve(String id, NamespacePath path)
          Resolves given ID and returns node produced.
 void SplittedDomJoiner.resolveMarkElements(Node node, NamespacePath path)
          Finds and resolves all emp:mark elements that is resolver able to provide.
 

Constructors in sk.uniba.euromath.gene.controller with parameters of type NamespacePath
ExporterPipe(TransformationInfo info, ICoordinator coordinator, NamespacePath path, URLDir resultRoot, String resultName, ThreadGroup exportThreads)
          Constructs instance of the pipe.
ExporterThread(ThreadGroup group, IExporter exporter, Source source, StreamResult result, ExportContext context, sk.uniba.euromath.tools.ExceptionRegistry registry, ICoordinator coordinator, NamespacePath path)
          Constructs new thread instance.
NamespacePath(NamespacePath other)
          Copy-constructor.
 



Copyright 2003-2003-2006 null. All Rights Reserved.