|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INamespaceAcceptor | |
---|---|
sk.uniba.euromath.gene | Provides GENE (Graph Export Engine) export functionality. |
sk.uniba.euromath.gene.exportgraph | Classes that allows you to build export graphs. |
Uses of INamespaceAcceptor in sk.uniba.euromath.gene |
---|
Classes in sk.uniba.euromath.gene that implement INamespaceAcceptor | |
---|---|
class |
CoordinatorInfo
Holds information about the output document class. |
Uses of INamespaceAcceptor in sk.uniba.euromath.gene.exportgraph |
---|
Classes in sk.uniba.euromath.gene.exportgraph that implement INamespaceAcceptor | |
---|---|
class |
NamespaceMapAcceptor
Accepts all namespaces defined in a map. |
Methods in sk.uniba.euromath.gene.exportgraph with parameters of type INamespaceAcceptor | |
---|---|
GraphNode |
ExportGraphBuilder.newGraph(String sourceNamespace,
EnumSet<ResultEnum> provides,
INamespaceAcceptor requires)
Produces a graph of exporters, that are able to process given namespace and return namespaces from given set. |
TransformationInfo |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
ExportHelper c,
EnumSet<ResultEnum> provides,
INamespaceAcceptor requires,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
Constructors in sk.uniba.euromath.gene.exportgraph with parameters of type INamespaceAcceptor | |
---|---|
NewNodeGraphBuilder(Set<String> forbidden,
Set<ExporterInfo> preferred,
String sourceNamespace,
EnumSet<ResultEnum> provides,
INamespaceAcceptor requires)
Constructs instance of the graph builder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |