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 voidalternative(RDFReaderF other) Rewire to use an external RDFReaderF (typically, RIOT).return an RDFReader instance for the default serialization language.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:RDFReaderFreturn an RDFReader instance for the default serialization language.- Specified by:
getReaderin interfaceRDFReaderF- Returns:
- an RDFReader instance for the default serialization language.
-
getReader
Description copied from interface:RDFReaderFreturn an RDFReader instance for the specified serialization language.- Specified by:
getReaderin interfaceRDFReaderF- Parameters:
lang- the serialization language -nullselects the default- Returns:
- the RDFWriter instance
-