|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExportException | |
|---|---|
| sk.baka.xml.gene | Provides GENE (Graph Export Engine) export functionality. |
| sk.baka.xml.gene.builtin | Built-in exporters and coordinators. |
| sk.baka.xml.gene.controller | The core of the GENE framework. |
| sk.baka.xml.gene.exportgraph | Classes that allows you to build export graphs. |
| Uses of ExportException in sk.baka.xml.gene |
|---|
| Methods in sk.baka.xml.gene that throw ExportException | |
|---|---|
void |
IExporter.export(Source source,
Result result,
ExportContext context)
Exports (transforms) the document from a single namespace and writes it to the result. |
void |
XsltExporterBase.export(Source source,
Result result,
ExportContext context)
|
void |
ICoordinator.finishExport()
Finalizes the export of the document. |
IExporter |
ExporterInfo.newExporter()
Produces new instance of this exporter. |
static XsltExporterBase |
XsltExporterBase.newIdentity(ExporterInfo info)
Constructs identity exporter. |
Object |
ICoordinator.offerObject(String namespace)
When the coordinator accepts the ObjectSource but wants to provide an object as a result to the exporter E (for example it wants E to draw something in a certain instance of Graphics), then return non-null value. |
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. |
IExporter |
IExporterFactory.produce(String id)
Produces an instance of exporter denoted by given ID. |
Result |
ICoordinator.startExport(File systemId)
Initiates the export itself. |
| Constructors in sk.baka.xml.gene that throw ExportException | |
|---|---|
XsltExporterBase(String xsltUri,
ExporterInfo info)
The constructor. |
|
| Uses of ExportException in sk.baka.xml.gene.builtin |
|---|
| Methods in sk.baka.xml.gene.builtin that throw ExportException | |
|---|---|
void |
ImageToPngExporter.export(Source source,
Result result,
ExportContext context)
|
void |
LaTeXCoordinator.finishExport()
|
Source |
LaTeXCoordinator.partialResultEvent(DocumentFragment processed,
NamespacePath path,
Source source,
String sourceNamespace,
CoordinatorInputKey key)
|
IExporter |
ImageExporterFactory.produce(String id)
|
Result |
LaTeXCoordinator.startExport(File systemId)
|
| Uses of ExportException in sk.baka.xml.gene.controller |
|---|
| Methods in sk.baka.xml.gene.controller that throw ExportException | |
|---|---|
Source |
ExporterPipe.export(DocumentFragment source,
SourceEnum expected)
Exports given nametree as defined by the transformation info. |
void |
ExportController.export(File target)
Exports the document. |
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. |
| Uses of ExportException in sk.baka.xml.gene.exportgraph |
|---|
| Methods in sk.baka.xml.gene.exportgraph that throw ExportException | |
|---|---|
TransformNode |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
CoordinatorInfo coordinatorInfo,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
TransformNode |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
EnumSet<ResultEnum> provides,
INamespaceAcceptor requires,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
TransformNode |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
EnumSet<ResultEnum> provides,
Map<String,EnumSet<SourceEnum>> requires,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
TransformNode |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
String coordinatorId,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
TransformGraph |
ExportGraphBuilder.toTransformGraph(ExportGraph graph,
CoordinatorInfo coordinatorInfo,
IGraphEdgeSelector selector)
For each graph node in given graph produces a transformation info. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||