java.lang.Object
org.apache.jena.rdf.model.impl.RDFReaderFImpl
- All Implemented Interfaces:
RDFReaderF
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
alternative
(RDFReaderF other) Rewire to use an external RDFReaderF (typically, RIOT).return an RDFReader instance for the specified serialization language.
-
Field Details
-
DEFAULTLANG
- See Also:
-
-
Constructor Details
-
RDFReaderFImpl
public RDFReaderFImpl()Creates new RDFReaderFImpl
-
-
Method Details
-
alternative
Rewire to use an external RDFReaderF (typically, RIOT). Set to null to use old jena-core setup.- Parameters:
other
-
-
getReader
Description copied from interface:RDFReaderF
return an RDFReader instance for the specified serialization language.- Specified by:
getReader
in interfaceRDFReaderF
- Parameters:
lang
- the serialization language -null
selects the default (RDF/XML).- Returns:
- the RDFWriter instance
-