Package org.apache.clerezza.rdf.core.serializedform

Interface Summary
ParsingProvider An instance of this class parses RDF-Graph from one or more serialization formats.
SerializingProvider An instance of this class serializes TripleCollections to a specified serialization format.
 

Class Summary
Parser This singleton class provides a method parse to transform serialized RDF forms into Graphs.
Serializer This singleton class provides a method serialize to transform a Graph into serialized RDF forms.
 

Exception Summary
UnsupportedFormatException This exception is thrown on an attempt to parse a format for which no ParsingProvider is known.
UnsupportedParsingFormatException  
UnsupportedSerializationFormatException  
 

Annotation Types Summary
SupportedFormat This annotation is used to annotate ParsingProviders to indicate the format(s) they support.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.