Interface | Description |
---|---|
ParsingProvider |
An instance of this class parses RDF-Graph from one or more serialization
formats.
|
SerializingProvider |
An instance of this class serializes
TripleCollection s to a
specified serialization format. |
Class | Description |
---|---|
Parser |
This singleton class provides a method
parse to transform serialized RDF forms into Graph s. |
Serializer |
This singleton class provides a method
serialize to transform a
Graph into serialized RDF forms. |
Exception | Description |
---|---|
UnsupportedFormatException |
This exception is thrown on an attempt to parse a format for which no
ParsingProvider is known. |
UnsupportedParsingFormatException | |
UnsupportedSerializationFormatException |
Annotation Type | Description |
---|---|
SupportedFormat |
This annotation is used to annotate
ParsingProvider s to indicate
the format(s) they support. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.