java.lang.Object
org.apache.jena.rdf.model.impl.RDFWriterFImpl
- All Implemented Interfaces:
RDFWriterF
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
alternative
(RDFWriterF other) Rewire to use an external RDFWriterF (typically, RIOT).static RDFWriterF
getCurrentRDFWriterF
(RDFWriterF other) Return the the current "rewiredAlternative" which may be null, meaningRDFWriterFImpl
is in use.an RDFWriter instance for the specified serialization language.
-
Field Details
-
DEFAULTLANG
- See Also:
-
-
Constructor Details
-
RDFWriterFImpl
public RDFWriterFImpl()Creates new RDFReaderFImpl
-
-
Method Details
-
alternative
Rewire to use an external RDFWriterF (typically, RIOT). Set to null to use old jena-core setup.- Parameters:
other
-
-
getCurrentRDFWriterF
Return the the current "rewiredAlternative" which may be null, meaningRDFWriterFImpl
is in use. -
getWriter
Description copied from interface:RDFWriterF
an RDFWriter instance for the specified serialization language.- Specified by:
getWriter
in interfaceRDFWriterF
- Parameters:
lang
- the serialization language -null
selects the default (RDF/XML)- Returns:
- the RDFWriter instance
-