Uses of Class
org.openrdf.rio.RDFHandlerException

Packages that use RDFHandlerException
org.openrdf.http.client   
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.contextaware   
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. 
 

Uses of RDFHandlerException in org.openrdf.http.client
 

Methods in org.openrdf.http.client that throw RDFHandlerException
protected  void HTTPClient.getRDF(org.apache.commons.httpclient.HttpMethod method, RDFHandler handler, boolean requireContext)
           
 void HTTPClient.getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
           
 void HTTPClient.sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings)
           
 

Uses of RDFHandlerException in org.openrdf.query
 

Methods in org.openrdf.query that throw RDFHandlerException
 void GraphQuery.evaluate(RDFHandler handler)
           
static void QueryResultUtil.report(GraphQueryResult gqr, RDFHandler rdfHandler)
          Reports a graph query result to an RDFHandler.
 

Uses of RDFHandlerException in org.openrdf.query.dawg
 

Methods in org.openrdf.query.dawg that throw RDFHandlerException
 void DAWGTestResultSetParser.endRDF()
           
 void DAWGTestBooleanParser.endRDF()
           
 void DAWGTestResultSetParser.handleStatement(Statement st)
           
 void DAWGTestBooleanParser.handleStatement(Statement st)
           
 void DAWGTestResultSetParser.startRDF()
           
 void DAWGTestBooleanParser.startRDF()
           
 

Uses of RDFHandlerException in org.openrdf.query.resultio
 

Methods in org.openrdf.query.resultio that throw RDFHandlerException
static void QueryResultIO.write(GraphQueryResult gqr, RDFFormat format, OutputStream out)
          Writes a graph query result document in a specific RDF format to an output stream.
 

Uses of RDFHandlerException in org.openrdf.repository
 

Methods in org.openrdf.repository that throw RDFHandlerException
 void RepositoryConnection.export(RDFHandler handler, Resource... contexts)
          Exports all explicit statements in the specified contexts to the supplied RDFHandler.
 void RepositoryConnection.exportStatements(Resource subj, URI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
          Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.
 

Uses of RDFHandlerException in org.openrdf.repository.base
 

Methods in org.openrdf.repository.base that throw RDFHandlerException
 void RepositoryConnectionBase.export(RDFHandler handler, Resource... contexts)
           
protected  void RepositoryConnectionWrapper.exportStatements(RepositoryResult<Statement> stIter, RDFHandler handler)
          Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler.
 void RepositoryConnectionWrapper.exportStatements(Resource subj, URI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
           
 

Uses of RDFHandlerException in org.openrdf.repository.contextaware
 

Methods in org.openrdf.repository.contextaware that throw RDFHandlerException
 void ContextAwareConnection.export(RDFHandler handler, Resource... contexts)
           
 void ContextAwareConnection.exportStatements(Resource subj, URI pred, Value obj, RDFHandler handler, Resource... contexts)
          Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.
 

Uses of RDFHandlerException in org.openrdf.repository.http
 

Methods in org.openrdf.repository.http that throw RDFHandlerException
 void HTTPGraphQuery.evaluate(RDFHandler handler)
           
 

Uses of RDFHandlerException in org.openrdf.repository.sail
 

Methods in org.openrdf.repository.sail that throw RDFHandlerException
 void SailGraphQuery.evaluate(RDFHandler handler)
           
 void SailRepositoryConnection.exportStatements(Resource subj, URI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
           
 

Uses of RDFHandlerException in org.openrdf.repository.util
 

Methods in org.openrdf.repository.util that throw RDFHandlerException
 void RDFInserter.endRDF()
           
 void RDFRemover.handleStatement(Statement st)
           
 void RDFInserter.handleStatement(Statement st)
           
 

Uses of RDFHandlerException in org.openrdf.rio
 

Methods in org.openrdf.rio that throw RDFHandlerException
 void RDFHandler.endRDF()
          Signals the end of the RDF data.
 void RDFHandler.handleComment(String comment)
          Handles a comment.
 void RDFHandler.handleNamespace(String prefix, String uri)
          Handles a namespace declaration/definition.
 void RDFHandler.handleStatement(Statement st)
          Handles a statement.
static void Rio.main(String[] args)
           
 void RDFParser.parse(InputStream in, String baseURI)
          Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
 void RDFParser.parse(Reader reader, String baseURI)
          Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
 void RDFHandler.startRDF()
          Signals the start of the RDF data.
 

Uses of RDFHandlerException in org.openrdf.rio.helpers
 

Methods in org.openrdf.rio.helpers that throw RDFHandlerException
 void RDFHandlerWrapper.endRDF()
           
 void RDFHandlerBase.endRDF()
           
 void RDFHandlerWrapper.handleComment(String comment)
           
 void RDFHandlerBase.handleComment(String comment)
           
 void StatementCollector.handleNamespace(String prefix, String uri)
           
 void RDFHandlerWrapper.handleNamespace(String prefix, String uri)
           
 void RDFHandlerBase.handleNamespace(String prefix, String uri)
           
 void RDFHandlerWrapper.handleStatement(Statement st)
           
 void RDFHandlerBase.handleStatement(Statement st)
           
 void RDFHandlerWrapper.startRDF()
           
 void RDFHandlerBase.startRDF()
           
 

Uses of RDFHandlerException in org.openrdf.rio.n3
 

Methods in org.openrdf.rio.n3 that throw RDFHandlerException
 void N3Writer.endRDF()
           
 void N3Writer.handleComment(String comment)
           
 void N3Writer.handleNamespace(String prefix, String name)
           
 void N3Writer.handleStatement(Statement st)
           
 void N3Writer.startRDF()
           
 

Uses of RDFHandlerException in org.openrdf.rio.ntriples
 

Methods in org.openrdf.rio.ntriples that throw RDFHandlerException
 void NTriplesWriter.endRDF()
           
 void NTriplesWriter.handleComment(String comment)
           
 void NTriplesWriter.handleStatement(Statement st)
           
 void NTriplesParser.parse(InputStream in, String baseURI)
          Implementation of the parse(InputStream, String) method defined in the RDFParser interface.
 void NTriplesParser.parse(Reader reader, String baseURI)
          Implementation of the parse(Reader, String) method defined in the RDFParser interface.
 void NTriplesWriter.startRDF()
           
 

Uses of RDFHandlerException in org.openrdf.rio.rdfxml
 

Methods in org.openrdf.rio.rdfxml that throw RDFHandlerException
 void RDFXMLWriter.endRDF()
           
 void RDFXMLWriter.handleComment(String comment)
           
 void RDFXMLWriter.handleStatement(Statement st)
           
 void RDFXMLParser.parse(InputStream in, String baseURI)
          Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
 void RDFXMLParser.parse(Reader reader, String baseURI)
          Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
 

Uses of RDFHandlerException in org.openrdf.rio.rdfxml.util
 

Methods in org.openrdf.rio.rdfxml.util that throw RDFHandlerException
 void RDFXMLPrettyWriter.handleStatement(Statement st)
           
 

Uses of RDFHandlerException in org.openrdf.rio.trig
 

Methods in org.openrdf.rio.trig that throw RDFHandlerException
 void TriGWriter.endRDF()
           
 void TriGWriter.handleStatement(Statement st)
           
protected  void TriGParser.parseGraph()
           
protected  void TriGParser.parseStatement()
           
protected  void TriGParser.reportStatement(Resource subj, URI pred, Value obj)
           
 void TriGWriter.startRDF()
           
 

Uses of RDFHandlerException in org.openrdf.rio.trix
 

Methods in org.openrdf.rio.trix that throw RDFHandlerException
 void TriXWriter.endRDF()
           
 void TriXWriter.handleComment(String comment)
           
 void TriXWriter.handleStatement(Statement st)
           
 void TriXParser.parse(InputStream in, String baseURI)
           
 void TriXParser.parse(Reader reader, String baseURI)
           
 void TriXWriter.startRDF()
           
 

Uses of RDFHandlerException in org.openrdf.rio.turtle
 

Methods in org.openrdf.rio.turtle that throw RDFHandlerException
 void TurtleWriter.endRDF()
           
 void TurtleWriter.handleComment(String comment)
           
 void TurtleWriter.handleNamespace(String prefix, String name)
           
 void TurtleWriter.handleStatement(Statement st)
           
 void TurtleParser.parse(InputStream in, String baseURI)
          Implementation of the parse(InputStream, String) method defined in the RDFParser interface.
 void TurtleParser.parse(Reader reader, String baseURI)
          Implementation of the parse(Reader, String) method defined in the RDFParser interface.
protected  void TurtleParser.parseBase()
           
protected  Resource TurtleParser.parseCollection()
          Parses a collection, e.g.
protected  void TurtleParser.parseDirective()
           
protected  Resource TurtleParser.parseImplicitBlank()
          Parses an implicit blank node.
protected  void TurtleParser.parseObject()
           
protected  void TurtleParser.parseObjectList()
           
protected  void TurtleParser.parsePredicateObjectList()
           
protected  void TurtleParser.parsePrefixID()
           
protected  void TurtleParser.parseStatement()
           
protected  void TurtleParser.parseSubject()
           
protected  void TurtleParser.parseTriples()
           
protected  void TurtleParser.reportStatement(Resource subj, URI pred, Value obj)
           
 void TurtleWriter.startRDF()
           
 



Copyright © 2001-2009 Aduna. All Rights Reserved.