Class RDFXMLWriter.RDFXMLWriterFactory

java.lang.Object
com.stardog.stark.io.rdfxml.RDFXMLWriter.RDFXMLWriterFactory
All Implemented Interfaces:
RDFWriterFactory
Enclosing class:
RDFXMLWriter

public static final class RDFXMLWriter.RDFXMLWriterFactory extends Object implements RDFWriterFactory
  • Constructor Details

    • RDFXMLWriterFactory

      public RDFXMLWriterFactory()
  • Method Details

    • format

      @Nonnull public RDFFormat format()
      The format this writer will serialize output in
      Specified by:
      format in interface RDFWriterFactory
      Returns:
      the format
    • create

      @Nonnull public RDFWriter create(@Nonnull OutputStream theStream, @Nonnull Options theOptions)
      Create a new `RDFWriter`
      Specified by:
      create in interface RDFWriterFactory
      Parameters:
      theStream - the stream to write to
      theOptions - the writer options
      Returns:
      the new `RDFWriter`