| Interface | Description |
|---|---|
| DecoratingWriterFactory |
Base interface used for constructors of decorating
TripleHandler implementations. |
| FormatWriter |
Base interface used for the definition of RDF format writers.
|
| TripleHandler |
Defines a document based triple handler.
|
| TripleWriter |
Base interface for triple writers that don't need an extraction context to write triples
|
| TripleWriterFactory |
Base interface for constructors of
TripleHandler implementations
that write to an OutputStream using a particular FileFormat. |
| WriterFactory |
The superinterface of all
TripleHandler factory interfaces. |
| Class | Description |
|---|---|
| TripleFormat | |
| TripleFormat.Capabilities | |
| WriterFactoryRegistry |
Registry class for
WriterFactorys. |
| Exception | Description |
|---|---|
| TripleHandlerException |
Defines a generic exception raised when accessing to
TripleHandler class. |
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.