java.lang.Object
org.apache.jena.riot.lang.rdfxml.ReaderRDFXML_ARP1
- All Implemented Interfaces:
ReaderRIOT
Deprecated, for removal: This API element is subject to removal in a future version.
RDF/XML.
LEGACY
Uses ARP1 - the version of ARP from Jena 4.7.0 to Jena 4.10.0.
Replaced at Jena 5 by RRX.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ReaderRIOTFactoryDeprecated, for removal: This API element is subject to removal in a future version.static final booleanDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionReaderRDFXML_ARP1(ParserProfile parserProfile) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidread(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) Deprecated, for removal: This API element is subject to removal in a future version.Read from an InputStream and output RDF on the StreamRDF.voidDeprecated, for removal: This API element is subject to removal in a future version.Read from an InputStream and output RDF on the StreamRDF.
-
Field Details
-
factory
Deprecated, for removal: This API element is subject to removal in a future version. -
RiotUniformCompatibility
public static final boolean RiotUniformCompatibilityDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
ReaderRDFXML_ARP1
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
read
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ReaderRIOTRead from an InputStream and output RDF on the StreamRDF.- Specified by:
readin interfaceReaderRIOT- Parameters:
in- InputStreambaseURI- Base URI (or null)ct- Content-Type if available. Routing to the right parser will have already been done so this only useful to get addition Content-Type information or if this ReaderRIOT can handle multiple media types.output- Destination for the parser output.context- Environment settings.
-
read
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ReaderRIOTRead from an InputStream and output RDF on the StreamRDF.- Specified by:
readin interfaceReaderRIOT- Parameters:
reader- Reader. InputStreams are preferred because Reader do not allow RIOT to set the character set.baseURI- Base URI (or null)ct- Content-Type if available. Routing to the right parser will have already been done so this only useful to get addition Content-Type information or if this ReaderRIOT can handle multiple media types.output- Destination for the parser output.context- Environment settings.
-