Uses of Class
org.eclipse.rdf4j.rio.RDFFormat
-
-
Uses of RDFFormat in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as RDFFormat Modifier and Type Field Description private RDFFormatSPARQLProtocolSession. preferredRDFFormatMethods in org.eclipse.rdf4j.http.client that return RDFFormat Modifier and Type Method Description (package private) static RDFFormatSPARQLProtocolSession. getContentTypeSerialisation(org.apache.http.HttpResponse response)RDFFormatSPARQLProtocolSession. getPreferredRDFFormat()Gets the preferredRDFFormatfor encoding RDF documents.Methods in org.eclipse.rdf4j.http.client with parameters of type RDFFormat Modifier and Type Method Description voidRDF4JProtocolSession. addData(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRDF4JProtocolSession. removeData(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLProtocolSession. setPreferredRDFFormat(RDFFormat format)Sets the preferred format for encoding RDF documents.protected voidRDF4JProtocolSession. upload(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)voidRDF4JProtocolSession. upload(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)protected voidRDF4JProtocolSession. upload(java.io.Reader contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)voidRDF4JProtocolSession. upload(java.io.Reader contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)Method parameters in org.eclipse.rdf4j.http.client with type arguments of type RDFFormat Modifier and Type Method Description private org.apache.http.HttpResponseSPARQLProtocolSession. sendGraphQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, java.util.Set<RDFFormat> rdfFormats) -
Uses of RDFFormat in org.eclipse.rdf4j.http.client.shacl
Fields in org.eclipse.rdf4j.http.client.shacl declared as RDFFormat Modifier and Type Field Description (package private) RDFFormatRemoteValidation. formatConstructors in org.eclipse.rdf4j.http.client.shacl with parameters of type RDFFormat Constructor Description RemoteShaclValidationException(java.io.StringReader stringReader, java.lang.String s, RDFFormat format)RemoteValidation(java.io.StringReader stringReader, java.lang.String baseUri, RDFFormat format) -
Uses of RDFFormat in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query with parameters of type RDFFormat Modifier and Type Method Description static GraphQueryResultQueryResults. parseGraphBackground(java.io.InputStream in, java.lang.String baseURI, RDFFormat format, java.lang.ref.WeakReference<?> callerReference)Deprecated.WeakReference> callerReference argument will be removed -
Uses of RDFFormat in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return RDFFormat Modifier and Type Method Description RDFFormatSPARQLUpdateDataBlockParser. getRDFFormat() -
Uses of RDFFormat in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio with parameters of type RDFFormat Modifier and Type Method Description static voidQueryResultIO. writeGraph(GraphQueryResult gqr, RDFFormat format, java.io.OutputStream out)Writes a graph query result document in a specific RDF format to an output stream. -
Uses of RDFFormat in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type RDFFormat Modifier and Type Method Description voidRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.default voidRepositoryConnection. add(java.io.File file, RDFFormat dataFormat, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.voidRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from a Reader to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)Adds RDF data from a Reader to the repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.net.URL url, RDFFormat dataFormat, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts. -
Uses of RDFFormat in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type RDFFormat Modifier and Type Method Description voidAbstractRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts) -
Uses of RDFFormat in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type RDFFormat Modifier and Type Method Description voidContextAwareConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.File file, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.net.URL url, RDFFormat dataFormat, Resource... contexts) -
Uses of RDFFormat in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http declared as RDFFormat Modifier and Type Field Description private RDFFormatHTTPRepository. rdfFormatMethods in org.eclipse.rdf4j.repository.http that return RDFFormat Modifier and Type Method Description private RDFFormatHTTPRepositoryConnection. getBackwardCompatibleFormat(RDFFormat format)RDFFormatHTTPRepository. getPreferredRDFFormat()Indicates the current preferredRDFFormat.Methods in org.eclipse.rdf4j.repository.http with parameters of type RDFFormat Modifier and Type Method Description voidHTTPRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)private RDFFormatHTTPRepositoryConnection. getBackwardCompatibleFormat(RDFFormat format)voidHTTPRepository. setPreferredRDFFormat(RDFFormat format)Sets the preferred serialization format for RDF to the suppliedRDFFormat, overriding theSPARQLProtocolSession's default preference. -
Uses of RDFFormat in org.eclipse.rdf4j.repository.manager
Fields in org.eclipse.rdf4j.repository.manager declared as RDFFormat Modifier and Type Field Description private static RDFFormatLocalRepositoryManager. CONFIG_FORMAT -
Uses of RDFFormat in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type RDFFormat Modifier and Type Method Description voidSPARQLConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts) -
Uses of RDFFormat in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with parameters of type RDFFormat Modifier and Type Method Description voidRDFLoader. load(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)Parses RDF data from the specified file to the given RDFHandler.voidRDFLoader. load(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)Parses RDF data from an InputStream to the RDFHandler.voidRDFLoader. load(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)Parses RDF data from a Reader to the RDFHandler.voidRDFLoader. load(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)Parses the RDF data that can be found at the specified URL to the RDFHandler.private voidRDFLoader. loadInputStreamOrReader(java.lang.Object inputStreamOrReader, java.lang.String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)Adds the data that can be read from the supplied InputStream or Reader to this repository.private voidRDFLoader. loadZip(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) -
Uses of RDFFormat in org.eclipse.rdf4j.rio
Fields in org.eclipse.rdf4j.rio declared as RDFFormat Modifier and Type Field Description static RDFFormatRDFFormat. BINARYA binary RDF format.static RDFFormatRDFFormat. HDTThe HDT file format, an RDF serialization format.static RDFFormatRDFFormat. JSONLDThe JSON-LD file format, an RDF serialization format that supports recording of named graphs.static RDFFormatRDFFormat. N3The N3/Notation3 file format.static RDFFormatRDFFormat. NDJSONLDThe NDJSON-LD is a Newline Delimited JSON-LD format.static RDFFormatRDFFormat. NQUADSThe N-Quads file format, an RDF serialization format that supports recording of named graphs.static RDFFormatRDFFormat. NTRIPLESThe N-Triples file format.static RDFFormatRDFFormat. RDFAThe RDFa file format, an RDF serialization format.static RDFFormatRDFFormat. RDFJSONThe RDF/JSON file format, an RDF serialization format that supports recording of named graphs.static RDFFormatRDFFormat. RDFXMLThe RDF/XML file format.static RDFFormatRDFFormat. TRIGThe TriG file format, a Turtle-based RDF serialization format that supports recording of named graphs.static RDFFormatRDFFormat. TRIGSTARThe TriG-star file format, a TriG-based RDF serialization format that supports RDF-star triples.static RDFFormatRDFFormat. TRIXThe TriX file format, an XML-based RDF serialization format that supports recording of named graphs.static RDFFormatRDFFormat. TURTLEThe Turtle file format.static RDFFormatRDFFormat. TURTLESTARThe Turtle-star file format, a Turtle-based RDF serialization format that supports RDF-star triples.Methods in org.eclipse.rdf4j.rio that return RDFFormat Modifier and Type Method Description protected RDFFormatRDFParserRegistry. getKey(RDFParserFactory factory)protected RDFFormatRDFWriterRegistry. getKey(RDFWriterFactory factory)RDFFormatRDFParser. getRDFFormat()Gets the RDF format that this parser can parse.RDFFormatRDFParserFactory. getRDFFormat()Returns the RDF format for this factory.RDFFormatRDFWriter. getRDFFormat()Gets the RDF format that this RDFWriter uses.RDFFormatRDFWriterFactory. getRDFFormat()Returns the RDF format for this factory.Methods in org.eclipse.rdf4j.rio that return types with arguments of type RDFFormat Modifier and Type Method Description static java.util.Optional<RDFFormat>Rio. getParserFormatForFileName(java.lang.String fileName)Tries to match the extension of a file name against the list of RDF formats that can be parsed.static java.util.Optional<RDFFormat>Rio. getParserFormatForMIMEType(java.lang.String mimeType)Tries to match a MIME type against the list of RDF formats that can be parsed.static java.util.Optional<RDFFormat>Rio. getWriterFormatForFileName(java.lang.String fileName)Tries to match the extension of a file name against the list of RDF formats that can be written.static java.util.Optional<RDFFormat>Rio. getWriterFormatForMIMEType(java.lang.String mimeType)Tries to match a MIME type against the list of RDF formats that can be written.Methods in org.eclipse.rdf4j.rio with parameters of type RDFFormat Modifier and Type Method Description static RDFParserRio. createParser(RDFFormat format)Convenience methods for creating RDFParser objects.This method uses the registry returned byRDFParserRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate parser.static RDFParserRio. createParser(RDFFormat format, ValueFactory valueFactory)Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.static RDFWriterRio. createWriter(RDFFormat format, java.io.OutputStream out)Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriterRio. createWriter(RDFFormat format, java.io.OutputStream out, java.lang.String baseURI)Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriterRio. createWriter(RDFFormat format, java.io.Writer writer)Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriterRio. createWriter(RDFFormat format, java.io.Writer writer, java.lang.String baseURI)Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.static java.util.List<java.lang.String>RDFFormat. getAcceptParams(java.lang.Iterable<RDFFormat> rdfFormats, boolean requireContext, RDFFormat preferredFormat)Processes the supplied collection ofRDFFormats and assigns quality values to each based on whether context must be supported and whether the format is preferred.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static java.util.function.Supplier<UnsupportedRDFormatException>Rio. unsupportedFormat(RDFFormat unsupportedFormat)Helper method to use to create a lambda forOptional.orElseThrow(Supplier)to indicate a format is unsupported.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, java.lang.String baseURI, RDFFormat dataFormat)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, java.lang.String baseURI, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, RDFFormat dataFormat)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, java.lang.String baseURI, RDFFormat dataFormat)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, java.lang.String baseURI, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, RDFFormat dataFormat)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenWriterin the given format.static voidRio. write(Statement st, java.io.OutputStream output, RDFFormat dataFormat)Writes the given statement to the givenOutputStreamin the given format.static voidRio. write(Statement st, java.io.OutputStream output, RDFFormat dataFormat, WriterConfig settings)Writes the given single statement to the givenOutputStreamin the given format.static voidRio. write(Statement statement, java.io.Writer output, RDFFormat dataFormat)Writes the given single statement to the givenWriterin the given format.static voidRio. write(Statement statement, java.io.Writer output, RDFFormat dataFormat, WriterConfig settings)Writes the given single statement to the givenWriterin the given format.Method parameters in org.eclipse.rdf4j.rio with type arguments of type RDFFormat Modifier and Type Method Description static java.util.List<java.lang.String>RDFFormat. getAcceptParams(java.lang.Iterable<RDFFormat> rdfFormats, boolean requireContext, RDFFormat preferredFormat)Processes the supplied collection ofRDFFormats and assigns quality values to each based on whether context must be supported and whether the format is preferred. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary that return RDFFormat Modifier and Type Method Description RDFFormatBinaryRDFParser. getRDFFormat()RDFFormatBinaryRDFParserFactory. getRDFFormat()ReturnsBINARY.RDFFormatBinaryRDFWriter. getRDFFormat()RDFFormatBinaryRDFWriterFactory. getRDFFormat()ReturnsBINARY. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return RDFFormat Modifier and Type Method Description RDFFormatHDTParser. getRDFFormat()RDFFormatHDTParserFactory. getRDFFormat()ReturnsHDT. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.jsonld
Methods in org.eclipse.rdf4j.rio.jsonld that return RDFFormat Modifier and Type Method Description RDFFormatJSONLDParser. getRDFFormat()RDFFormatJSONLDParserFactory. getRDFFormat()RDFFormatJSONLDWriter. getRDFFormat()RDFFormatJSONLDWriterFactory. getRDFFormat() -
Uses of RDFFormat in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return RDFFormat Modifier and Type Method Description RDFFormatN3ParserFactory. getRDFFormat()ReturnsN3.RDFFormatN3Writer. getRDFFormat()RDFFormatN3WriterFactory. getRDFFormat()ReturnsN3. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.ndjsonld
Methods in org.eclipse.rdf4j.rio.ndjsonld that return RDFFormat Modifier and Type Method Description RDFFormatNDJSONLDParser. getRDFFormat()RDFFormatNDJSONLDParserFactory. getRDFFormat()RDFFormatNDJSONLDWriter. getRDFFormat()RDFFormatNDJSONLDWriterFactory. getRDFFormat() -
Uses of RDFFormat in org.eclipse.rdf4j.rio.nquads
Methods in org.eclipse.rdf4j.rio.nquads that return RDFFormat Modifier and Type Method Description RDFFormatNQuadsParser. getRDFFormat()RDFFormatNQuadsParserFactory. getRDFFormat()ReturnsNQUADS.RDFFormatNQuadsWriter. getRDFFormat()RDFFormatNQuadsWriterFactory. getRDFFormat()ReturnsNQUADS. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.ntriples
Methods in org.eclipse.rdf4j.rio.ntriples that return RDFFormat Modifier and Type Method Description RDFFormatNTriplesParser. getRDFFormat()RDFFormatNTriplesParserFactory. getRDFFormat()ReturnsNTRIPLES.RDFFormatNTriplesWriter. getRDFFormat()RDFFormatNTriplesWriterFactory. getRDFFormat()ReturnsNTRIPLES. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfjson
Fields in org.eclipse.rdf4j.rio.rdfjson declared as RDFFormat Modifier and Type Field Description private RDFFormatRDFJSONParser. actualFormatprivate RDFFormatRDFJSONWriter. actualFormatMethods in org.eclipse.rdf4j.rio.rdfjson that return RDFFormat Modifier and Type Method Description RDFFormatRDFJSONParser. getRDFFormat()RDFFormatRDFJSONParserFactory. getRDFFormat()RDFFormatRDFJSONWriter. getRDFFormat()RDFFormatRDFJSONWriterFactory. getRDFFormat()Constructors in org.eclipse.rdf4j.rio.rdfjson with parameters of type RDFFormat Constructor Description RDFJSONParser(RDFFormat actualFormat)Creates a parser using the given RDFFormat to self identify.RDFJSONWriter(java.io.OutputStream out, RDFFormat actualFormat)RDFJSONWriter(java.io.Writer writer, RDFFormat actualFormat) -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml that return RDFFormat Modifier and Type Method Description RDFFormatRDFXMLParser. getRDFFormat()RDFFormatRDFXMLParserFactory. getRDFFormat()Returns the RDF format for this factory.RDFFormatRDFXMLWriter. getRDFFormat()RDFFormatRDFXMLWriterFactory. getRDFFormat()ReturnsRDFXML. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfxml.util
Methods in org.eclipse.rdf4j.rio.rdfxml.util that return RDFFormat Modifier and Type Method Description RDFFormatRDFXMLPrettyWriterFactory. getRDFFormat()ReturnsRDFXML. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trig
Methods in org.eclipse.rdf4j.rio.trig that return RDFFormat Modifier and Type Method Description RDFFormatTriGParser. getRDFFormat()RDFFormatTriGParserFactory. getRDFFormat()ReturnsTRIG.RDFFormatTriGWriter. getRDFFormat()RDFFormatTriGWriterFactory. getRDFFormat()ReturnsTRIG. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar that return RDFFormat Modifier and Type Method Description RDFFormatTriGStarParser. getRDFFormat()RDFFormatTriGStarParserFactory. getRDFFormat()ReturnsTRIGSTAR.RDFFormatTriGStarWriter. getRDFFormat()RDFFormatTriGStarWriterFactory. getRDFFormat()ReturnsTRIGSTAR. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trix
Methods in org.eclipse.rdf4j.rio.trix that return RDFFormat Modifier and Type Method Description RDFFormatTriXParser. getRDFFormat()RDFFormatTriXParserFactory. getRDFFormat()ReturnsTRIX.RDFFormatTriXWriter. getRDFFormat()RDFFormatTriXWriterFactory. getRDFFormat()ReturnsTRIX. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle that return RDFFormat Modifier and Type Method Description RDFFormatArrangedWriter. getRDFFormat()Deprecated.RDFFormatTurtleParser. getRDFFormat()RDFFormatTurtleParserFactory. getRDFFormat()ReturnsTURTLE.RDFFormatTurtleWriter. getRDFFormat()RDFFormatTurtleWriterFactory. getRDFFormat()ReturnsTURTLE. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar that return RDFFormat Modifier and Type Method Description RDFFormatTurtleStarParser. getRDFFormat()RDFFormatTurtleStarParserFactory. getRDFFormat()ReturnsTURTLESTAR.RDFFormatTurtleStarWriter. getRDFFormat()RDFFormatTurtleStarWriterFactory. getRDFFormat()ReturnsTURTLESTAR.
-