java.lang.Object
org.apache.jena.rdf.model.impl.RDFWriterFImpl
- All Implemented Interfaces:
RDFWriterF
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidalternative(RDFWriterF other) Rewire to use an external RDFWriterF (typically, RIOT).static RDFWriterFgetCurrentRDFWriterF(RDFWriterF other) Return the the current "rewiredAlternative" which may be null, meaningRDFWriterFImplis 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, meaningRDFWriterFImplis in use. -
getWriter
Description copied from interface:RDFWriterFan RDFWriter instance for the specified serialization language.- Specified by:
getWriterin interfaceRDFWriterF- Parameters:
lang- the serialization language -nullselects the default (RDF/XML)- Returns:
- the RDFWriter instance
-