Uses of Package
org.openrdf.rio

Packages that use org.openrdf.rio
org.openrdf.http.client   
org.openrdf.http.webclient.repository.extract   
org.openrdf.http.webclient.repository.modify.add   
org.openrdf.http.webclient.repository.query   
org.openrdf.query Interfaces and classes for handling queries and query results. 
org.openrdf.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary 
org.openrdf.query.resultio   
org.openrdf.repository The Repository API: the main API for handling Sesame repositories. 
org.openrdf.repository.base   
org.openrdf.repository.http A repository that serves as a proxy for a remote repository on a Sesame server. 
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.repository.util   
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers. 
org.openrdf.rio.helpers Provides helpers classes for Rio. 
org.openrdf.rio.n3 Writer for RDF in Notation 3/N3 format. 
org.openrdf.rio.ntriples Parser and writer for RDF in N-Triples format. 
org.openrdf.rio.rdfxml Parser and writer for XML-serialized RDF. 
org.openrdf.rio.rdfxml.util   
org.openrdf.rio.trig Parser and writer for RDF in TriG format. 
org.openrdf.rio.trix Parser and writer for RDF in TriX format
org.openrdf.rio.turtle Parser and writer for RDF in Turtle format. 
 

Classes in org.openrdf.rio used by org.openrdf.http.client
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
 

Classes in org.openrdf.rio used by org.openrdf.http.webclient.repository.extract
RDFFormat
          Represents the concept of an RDF data serialization format.
 

Classes in org.openrdf.rio used by org.openrdf.http.webclient.repository.modify.add
RDFFormat
          Represents the concept of an RDF data serialization format.
 

Classes in org.openrdf.rio used by org.openrdf.http.webclient.repository.query
RDFFormat
          Represents the concept of an RDF data serialization format.
 

Classes in org.openrdf.rio used by org.openrdf.query
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
 

Classes in org.openrdf.rio used by org.openrdf.query.dawg
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
 

Classes in org.openrdf.rio used by org.openrdf.query.resultio
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
UnsupportedRDFormatException
          A RuntimeException indicating that a specific RDF format is not supported.
 

Classes in org.openrdf.rio used by org.openrdf.repository
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
 

Classes in org.openrdf.rio used by org.openrdf.repository.base
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
 

Classes in org.openrdf.rio used by org.openrdf.repository.http
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
 

Classes in org.openrdf.rio used by org.openrdf.repository.sail
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
 

Classes in org.openrdf.rio used by org.openrdf.repository.util
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
 

Classes in org.openrdf.rio used by org.openrdf.rio
ParseErrorListener
          An interface defining methods for receiving warning and error messages from an RDF parser.
ParseLocationListener
          A listener interface for listening to the parser's progress.
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParser
          An interface for RDF parsers.
RDFParser.DatatypeHandling
           
RDFParserFactory
          A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFParserRegistry
          A registry that keeps track of the available RDFParserFactorys.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
RDFWriterRegistry
          A registry that keeps track of the available RDFWriterFactorys.
UnsupportedRDFormatException
          A RuntimeException indicating that a specific RDF format is not supported.
 

Classes in org.openrdf.rio used by org.openrdf.rio.helpers
ParseErrorListener
          An interface defining methods for receiving warning and error messages from an RDF parser.
ParseLocationListener
          A listener interface for listening to the parser's progress.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParser
          An interface for RDF parsers.
RDFParser.DatatypeHandling
           
 

Classes in org.openrdf.rio used by org.openrdf.rio.n3
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParser
          An interface for RDF parsers.
RDFParserFactory
          A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
 

Classes in org.openrdf.rio used by org.openrdf.rio.ntriples
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParser
          An interface for RDF parsers.
RDFParserFactory
          A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
 

Classes in org.openrdf.rio used by org.openrdf.rio.rdfxml
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParser
          An interface for RDF parsers.
RDFParserFactory
          A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
 

Classes in org.openrdf.rio used by org.openrdf.rio.rdfxml.util
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
 

Classes in org.openrdf.rio used by org.openrdf.rio.trig
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParser
          An interface for RDF parsers.
RDFParserFactory
          A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
 

Classes in org.openrdf.rio used by org.openrdf.rio.trix
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParser
          An interface for RDF parsers.
RDFParserFactory
          A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
 

Classes in org.openrdf.rio used by org.openrdf.rio.turtle
RDFFormat
          Represents the concept of an RDF data serialization format.
RDFHandler
          An interface defining methods related to RDF data handling.
RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParser
          An interface for RDF parsers.
RDFParserFactory
          A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFWriter
          An interface for RDF document writers.
RDFWriterFactory
          A RDFWriterFactory returns RDFWriters for a specific RDF format.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.