java.lang.Object
org.apache.jena.riot.lang.rdfxml.ReaderRDFXML_ARP0
- All Implemented Interfaces:
ReaderRIOT
RDF/XML.
LEGACY
Uses ARP0 in org.apache.jena.rdfxml.xmlinput0 - the version of ARP used up to jena 4.6.2 before the conversion to IRIx.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) Read from an InputStream and output RDF on the StreamRDF.void
Read from an InputStream and output RDF on the StreamRDF.
-
Field Details
-
factory
-
RiotUniformCompatibility
public static boolean RiotUniformCompatibility
-
-
Constructor Details
-
ReaderRDFXML_ARP0
-
-
Method Details
-
read
Description copied from interface:ReaderRIOT
Read from an InputStream and output RDF on the StreamRDF.- Specified by:
read
in 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
Description copied from interface:ReaderRIOT
Read from an InputStream and output RDF on the StreamRDF.- Specified by:
read
in 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.
-