public interface ParsingProvider
SupportedFormat
annotation.Modifier and Type | Method and Description |
---|---|
void |
parse(MGraph target,
InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri)
Parses a stream as the specified RDF-format.
|
void parse(MGraph target, InputStream serializedGraph, String formatIdentifier, UriRef baseUri)
formatIdentifier
matches
a SupportedFormat
annotation of the implementing class.target
- the mutable graph to which the read triples shall be addedserializedGraph
- the stream from which the serialized graph is readformatIdentifier
- a String identifying the formatbaseUri
- the baseUri for interpreting relative uris, may be nullCopyright © 2014 The Apache Software Foundation. All Rights Reserved.