Uses of Package
org.apache.any23.writer
-
Packages that use org.apache.any23.writer Package Description org.apache.any23 The Any23 root package defines theAny23
library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractor
API.org.apache.any23.filter This package defines specificTripleHandler
s able to filter document and triples that don't respect particular conditions.org.apache.any23.writer This package collects a set ofTripleHandler
decorators and specific RDF formatTripleWriter
implementations. -
Classes in org.apache.any23.writer used by org.apache.any23 Class Description TripleHandler Defines a document based triple handler. -
Classes in org.apache.any23.writer used by org.apache.any23.extractor Class Description TripleHandler Defines a document based triple handler. -
Classes in org.apache.any23.writer used by org.apache.any23.filter Class Description TripleHandler Defines a document based triple handler.TripleHandlerException Defines a generic exception raised when accessing toTripleHandler
class. -
Classes in org.apache.any23.writer used by org.apache.any23.writer Class Description FormatWriter Base interface used for the definition of RDF format writers.RDFWriterTripleHandler ATripleHandler
that writes triples to a SesameRDFWriter
, eg for serialization using one of Sesame's writers.TripleFormat TripleFormat.Capabilities TripleHandler Defines a document based triple handler.TripleHandlerException Defines a generic exception raised when accessing toTripleHandler
class.TripleWriter Base interface for triple writers that don't need an extraction context to write triplesTripleWriterFactory Base interface for constructors ofTripleHandler
implementations that write to anOutputStream
using a particularFileFormat
.TripleWriterHandler This class connects aTripleHandler
to aTripleWriter
by writing received data.WriterFactory The superinterface of allTripleHandler
factory interfaces.WriterFactoryRegistry Registry class forWriterFactory
s.