Uses of Package
org.apache.any23.writer
-
Packages that use org.apache.any23.writer Package Description org.apache.any23 The Any23 root package defines theAny23library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.filter This package defines specificTripleHandlers able to filter document and triples that don't respect particular conditions.org.apache.any23.writer This package collects a set ofTripleHandlerdecorators and specific RDF formatTripleWriterimplementations. -
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 toTripleHandlerclass. -
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 ATripleHandlerthat 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 toTripleHandlerclass.TripleWriter Base interface for triple writers that don't need an extraction context to write triplesTripleWriterFactory Base interface for constructors ofTripleHandlerimplementations that write to anOutputStreamusing a particularFileFormat.TripleWriterHandler This class connects aTripleHandlerto aTripleWriterby writing received data.WriterFactory The superinterface of allTripleHandlerfactory interfaces.WriterFactoryRegistry Registry class forWriterFactorys.