Uses of Interface
org.apache.jena.rdf.model.RDFWriterI
Packages that use RDFWriterI
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
Writing RDF/XML.
-
Uses of RDFWriterI in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return RDFWriterIModifier and TypeMethodDescriptionDeprecated.an RDFWriter instance for the specified serialization language. -
Uses of RDFWriterI in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement RDFWriterIMethods in org.apache.jena.rdf.model.impl that return RDFWriterIModifier and TypeMethodDescriptionGet the model's writer after priming it with the model's namespace prefixes. -
Uses of RDFWriterI in org.apache.jena.rdfxml.xmloutput
Subinterfaces of RDFWriterI in org.apache.jena.rdfxml.xmloutputModifier and TypeInterfaceDescriptioninterface
This interface only adds documentation toRDFWriterI
. -
Uses of RDFWriterI in org.apache.jena.rdfxml.xmloutput.impl
Classes in org.apache.jena.rdfxml.xmloutput.impl that implement RDFWriterIModifier and TypeClassDescriptionclass
This is not part of the public API.class
Writes out RDF in the abbreviated syntax, for human consumption not only machine readable.class
Writes out an XML serialization of a model.
org.apache.jena.riotRDFDataMgr
or callModel.write(java.io.Writer)
.