A B C E F G H J O P Q R S T U V W 

A

ADD_SESAME_QNAME - Static variable in class org.openrdf.query.resultio.BasicQueryWriterSettings
Specifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations to output.

B

BasicQueryWriterSettings - Class in org.openrdf.query.resultio
RioSetting constants to use with QueryResultWriters.
BINARY - Static variable in class org.openrdf.query.resultio.TupleQueryResultFormat
Binary RDF results table format.
BooleanQueryResultFormat - Class in org.openrdf.query.resultio
Represents the concept of a boolean query result serialization format.
BooleanQueryResultFormat(String, String, String) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultFormat(String, String, Charset, String) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultParser - Interface in org.openrdf.query.resultio
A general interface for boolean query result parsers.
BooleanQueryResultParserFactory - Interface in org.openrdf.query.resultio
Returns BooleanQueryResultParsers for a specific boolean query result format.
BooleanQueryResultParserRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available BooleanQueryResultParserFactorys.
BooleanQueryResultParserRegistry() - Constructor for class org.openrdf.query.resultio.BooleanQueryResultParserRegistry
 
BooleanQueryResultWriter - Interface in org.openrdf.query.resultio
The interface of objects that writer query results in a specific query result format.
BooleanQueryResultWriterFactory - Interface in org.openrdf.query.resultio
Returns BooleanQueryResultWriters for a specific boolean query result format.
BooleanQueryResultWriterRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available BooleanQueryResultWriterFactorys.
BooleanQueryResultWriterRegistry() - Constructor for class org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
 

C

createParser(TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects.
createParser(TupleQueryResultFormat, ValueFactory) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF model objects.
createParser(BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultParser objects.
createWriter(TupleQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultWriter objects.
createWriter(BooleanQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultWriter objects.
createWriter(QueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating QueryResultWriter objects.
CSV - Static variable in class org.openrdf.query.resultio.TupleQueryResultFormat
SPARQL Query Result CSV Format.

E

endHeader() - Method in interface org.openrdf.query.resultio.QueryResultWriter
Indicates the end of the header.
endQueryResult() - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
 

F

forFileName(String) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format for a file, based on the extension specified in a file name.
forFileName(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format for a file, based on the extension specified in a file name.
forFileName(String) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format for a file, based on the extension specified in a file name.
forFileName(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format for a file, based on the extension specified in a file name.
forMIMEType(String) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format based on the a MIME type that describes the content type.
forMIMEType(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format based on the a MIME type that describes the content type.
forMIMEType(String) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format based on the a MIME type that describes the content type.
forMIMEType(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format based on the a MIME type that describes the content type.

G

getBindingNames() - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
Returns a collection of binding names collected.
getBindingSets() - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
 
getBoolean() - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
If getHandledBoolean() returns true this method returns the boolean that was last found using handleBoolean(boolean)
getBooleanParserFormatForFileName(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getBooleanParserFormatForFileName(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getBooleanParserFormatForMIMEType(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of boolean query result formats that can be parsed.
getBooleanParserFormatForMIMEType(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of boolean query result formats that can be parsed.
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultParser
Gets the query result format that this parser can parse.
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultParserFactory
Returns the boolean query result format for this factory.
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultWriter
Gets the query result format that this writer uses.
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultWriterFactory
Returns the boolean query result format for this factory.
getBooleanWriterFormatForFileName(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be written.
getBooleanWriterFormatForFileName(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be written.
getBooleanWriterFormatForMIMEType(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of boolean query result formats that can be written.
getBooleanWriterFormatForMIMEType(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of boolean query result formats that can be written.
getColumnNumber() - Method in exception org.openrdf.query.resultio.QueryResultParseException
Gets the column number associated with this parse exception.
getHandledBoolean() - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
Determines whether handleBoolean(boolean) was called for this collector.
getHandledTuple() - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
Determines whether endQueryResult() was called after the last calls to startQueryResult(List) and optionally calls to handleSolution(BindingSet).
getInstance() - Static method in class org.openrdf.query.resultio.BooleanQueryResultParserRegistry
Gets the default BooleanQueryResultParserRegistry.
getInstance() - Static method in class org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
Gets the default BooleanQueryResultWriterRegistry.
getInstance() - Static method in class org.openrdf.query.resultio.TupleQueryResultParserRegistry
Gets the default TupleQueryResultParserRegistry.
getInstance() - Static method in class org.openrdf.query.resultio.TupleQueryResultWriterRegistry
Gets the default TupleQueryResultWriterRegistry.
getKey(BooleanQueryResultParserFactory) - Method in class org.openrdf.query.resultio.BooleanQueryResultParserRegistry
 
getKey(BooleanQueryResultWriterFactory) - Method in class org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
 
getKey(TupleQueryResultParserFactory) - Method in class org.openrdf.query.resultio.TupleQueryResultParserRegistry
 
getKey(TupleQueryResultWriterFactory) - Method in class org.openrdf.query.resultio.TupleQueryResultWriterRegistry
 
getLineNumber() - Method in exception org.openrdf.query.resultio.QueryResultParseException
Gets the line number associated with this parse exception.
getLinks() - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
 
getParser() - Method in interface org.openrdf.query.resultio.BooleanQueryResultParserFactory
Returns a BooleanQueryResultParser instance.
getParser() - Method in interface org.openrdf.query.resultio.TupleQueryResultParserFactory
Returns a TupleQueryResultParser instance.
getParserConfig() - Method in interface org.openrdf.query.resultio.QueryResultParser
Retrieves the current parser configuration as a single object.
getParserConfig() - Method in class org.openrdf.query.resultio.QueryResultParserBase
 
getParserFormatForFileName(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForFileName(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForMIMEType(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be parsed.
getParserFormatForMIMEType(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be parsed.
getQueryResultFormat() - Method in interface org.openrdf.query.resultio.QueryResultParser
Gets the query result format that this parser can parse.
getQueryResultFormat() - Method in interface org.openrdf.query.resultio.QueryResultWriter
Gets the query result format that this writer uses.
getQueryResultFormat() - Method in class org.openrdf.query.resultio.TupleQueryResultParserBase
 
getSupportedSettings() - Method in interface org.openrdf.query.resultio.QueryResultParser
 
getSupportedSettings() - Method in class org.openrdf.query.resultio.QueryResultParserBase
 
getSupportedSettings() - Method in interface org.openrdf.query.resultio.QueryResultWriter
 
getSupportedSettings() - Method in class org.openrdf.query.resultio.QueryResultWriterBase
 
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultParser
Gets the query result format that this parser can parse.
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultParserFactory
Returns the tuple query result format for this factory.
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultWriter
Gets the query result format that this writer uses.
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultWriterFactory
Returns the tuple query result format for this factory.
getWriter(OutputStream) - Method in interface org.openrdf.query.resultio.BooleanQueryResultWriterFactory
Returns a BooleanQueryResultWriter instance that will write to the supplied output stream.
getWriter(OutputStream) - Method in interface org.openrdf.query.resultio.TupleQueryResultWriterFactory
Returns a TupleQueryResultWriter instance that will write to the supplied output stream.
getWriterConfig() - Method in interface org.openrdf.query.resultio.QueryResultWriter
Retrieves the current writer configuration as a single object.
getWriterConfig() - Method in class org.openrdf.query.resultio.QueryResultWriterBase
 
getWriterFormatForFileName(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be written.
getWriterFormatForFileName(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be written.
getWriterFormatForMIMEType(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be written.
getWriterFormatForMIMEType(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be written.

H

handleBoolean(boolean) - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
 
handleLinks(List<String>) - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
 
handleNamespace(String, String) - Method in interface org.openrdf.query.resultio.QueryResultWriter
Handles a namespace prefix declaration.
handler - Variable in class org.openrdf.query.resultio.QueryResultParserBase
The QueryResultHandler that will handle the parsed query results.
handleSolution(BindingSet) - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
 
handleStylesheet(String) - Method in interface org.openrdf.query.resultio.QueryResultWriter
Handles a stylesheet URL.

J

JSON - Static variable in class org.openrdf.query.resultio.BooleanQueryResultFormat
SPARQL Query Results JSON Format.
JSON - Static variable in class org.openrdf.query.resultio.TupleQueryResultFormat
SPARQL Query Results JSON Format.
JSONP_CALLBACK - Static variable in class org.openrdf.query.resultio.BasicQueryWriterSettings
Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology.

O

org.openrdf.query.resultio - package org.openrdf.query.resultio
 
org.openrdf.query.resultio.helpers - package org.openrdf.query.resultio.helpers
 

P

parse(InputStream) - Method in interface org.openrdf.query.resultio.BooleanQueryResultParser
parse(InputStream, TupleQueryResultFormat, TupleQueryResultHandler, ValueFactory) - Static method in class org.openrdf.query.resultio.QueryResultIO
Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.
parse(InputStream, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Parses a query result document and returns it as a TupleQueryResult object.
parse(InputStream, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Parses a boolean query result document and returns the parsed value.
parse(InputStream) - Method in interface org.openrdf.query.resultio.TupleQueryResultParser
parseQueryResult(InputStream) - Method in interface org.openrdf.query.resultio.QueryResultParser
Parse the query results out of the given InputStream into the handler setup using QueryResultParser.setQueryResultHandler(QueryResultHandler).
parseQueryResult(InputStream) - Method in class org.openrdf.query.resultio.TupleQueryResultParserBase
 

Q

QueryResultCollector - Class in org.openrdf.query.resultio.helpers
An implementation of the QueryResultHandler interface that is able to collect a single result from either Boolean or Tuple results simultaneously.
QueryResultCollector() - Constructor for class org.openrdf.query.resultio.helpers.QueryResultCollector
 
QueryResultFormat - Class in org.openrdf.query.resultio
The base class of all file formats that represent the results of queries.
QueryResultFormat(String, String, Charset, String) - Constructor for class org.openrdf.query.resultio.QueryResultFormat
 
QueryResultFormat(String, String, Charset, Collection<String>) - Constructor for class org.openrdf.query.resultio.QueryResultFormat
 
QueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.openrdf.query.resultio.QueryResultFormat
 
QueryResultIO - Class in org.openrdf.query.resultio
Class offering utility methods related to query results.
QueryResultIO() - Constructor for class org.openrdf.query.resultio.QueryResultIO
 
QueryResultParseException - Exception in org.openrdf.query.resultio
A parse exception that can be thrown by a query result parser when it encounters an error from which it cannot or doesn't want to recover.
QueryResultParseException(String) - Constructor for exception org.openrdf.query.resultio.QueryResultParseException
Creates a new QueryResultParseException.
QueryResultParseException(String, Throwable) - Constructor for exception org.openrdf.query.resultio.QueryResultParseException
Creates a new QueryResultParseException wrapping another exception.
QueryResultParseException(String, int, int) - Constructor for exception org.openrdf.query.resultio.QueryResultParseException
Creates a new QueryResultParseException.
QueryResultParseException(Throwable) - Constructor for exception org.openrdf.query.resultio.QueryResultParseException
Creates a new QueryResultParseException wrapping another exception.
QueryResultParseException(Throwable, int, int) - Constructor for exception org.openrdf.query.resultio.QueryResultParseException
Creates a new QueryResultParseException wrapping another exception.
QueryResultParser - Interface in org.openrdf.query.resultio
Base interface for parsers of query results in both boolean and tuple forms.
QueryResultParserBase - Class in org.openrdf.query.resultio
Base class for QueryResultParsers offering common functionality for query result parsers.
QueryResultParserBase() - Constructor for class org.openrdf.query.resultio.QueryResultParserBase
Creates a new parser base that, by default, will use the global instance of ValueFactoryImpl to create Value objects.
QueryResultParserBase(ValueFactory) - Constructor for class org.openrdf.query.resultio.QueryResultParserBase
Creates a new parser base that will use the supplied ValueFactory to create Value objects.
QueryResultWriter - Interface in org.openrdf.query.resultio
The base interface for writers of query results sets and boolean results.
QueryResultWriterBase - Class in org.openrdf.query.resultio
Base class for QueryResultWriters offering common functionality for query result writers.
QueryResultWriterBase() - Constructor for class org.openrdf.query.resultio.QueryResultWriterBase
Default constructor.

R

register(String, String, String) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Registers the specified boolean query result format.
register(BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Registers the specified boolean query result format.
register(String, String, String) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Registers the specified tuple query result format.
register(TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Registers the specified tuple query result format.

S

setParserConfig(ParserConfig) - Method in interface org.openrdf.query.resultio.QueryResultParser
Sets all supplied parser configuration options.
setParserConfig(ParserConfig) - Method in class org.openrdf.query.resultio.QueryResultParserBase
 
setQueryResultHandler(QueryResultHandler) - Method in interface org.openrdf.query.resultio.QueryResultParser
Sets the QueryResultHandler to be used when parsing query results using QueryResultParser.parseQueryResult(InputStream).
setQueryResultHandler(QueryResultHandler) - Method in class org.openrdf.query.resultio.QueryResultParserBase
 
setTupleQueryResultHandler(TupleQueryResultHandler) - Method in interface org.openrdf.query.resultio.TupleQueryResultParser
setTupleQueryResultHandler(TupleQueryResultHandler) - Method in class org.openrdf.query.resultio.TupleQueryResultParserBase
 
setValueFactory(ValueFactory) - Method in interface org.openrdf.query.resultio.QueryResultParser
Sets the ValueFactory that the parser will use to create Value objects for the parsed query result.
setValueFactory(ValueFactory) - Method in class org.openrdf.query.resultio.QueryResultParserBase
 
setWriterConfig(WriterConfig) - Method in interface org.openrdf.query.resultio.QueryResultWriter
Sets all supplied writer configuration options.
setWriterConfig(WriterConfig) - Method in class org.openrdf.query.resultio.QueryResultWriterBase
 
SPARQL - Static variable in class org.openrdf.query.resultio.BooleanQueryResultFormat
SPARQL Query Results XML Format.
SPARQL - Static variable in class org.openrdf.query.resultio.TupleQueryResultFormat
SPARQL Query Results XML Format.
startDocument() - Method in interface org.openrdf.query.resultio.QueryResultWriter
Indicates the start of the document.
startHeader() - Method in interface org.openrdf.query.resultio.QueryResultWriter
Indicates the start of the header.
startQueryResult(List<String>) - Method in class org.openrdf.query.resultio.helpers.QueryResultCollector
 

T

TEXT - Static variable in class org.openrdf.query.resultio.BooleanQueryResultFormat
Plain text encoding using values "true" and "false" (case-insensitive).
TSV - Static variable in class org.openrdf.query.resultio.TupleQueryResultFormat
SPARQL Query Result TSV Format.
TupleQueryResultFormat - Class in org.openrdf.query.resultio
Represents the concept of an tuple query result serialization format.
TupleQueryResultFormat(String, String, String) - Constructor for class org.openrdf.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, String, Charset, String) - Constructor for class org.openrdf.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.openrdf.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultParser - Interface in org.openrdf.query.resultio
A general interface for tuple query result parsers.
TupleQueryResultParserBase - Class in org.openrdf.query.resultio
Base class for TupleQueryResultParsers offering common functionality for query result parsers.
TupleQueryResultParserBase() - Constructor for class org.openrdf.query.resultio.TupleQueryResultParserBase
Creates a new parser base that, by default, will use an instance of ValueFactoryImpl to create Value objects.
TupleQueryResultParserBase(ValueFactory) - Constructor for class org.openrdf.query.resultio.TupleQueryResultParserBase
Creates a new parser base that will use the supplied ValueFactory to create Value objects.
TupleQueryResultParserFactory - Interface in org.openrdf.query.resultio
A TupleQueryResultParserFactory returns TupleQueryResultParsers for a specific tuple query result format.
TupleQueryResultParserRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available TupleQueryResultParserFactorys.
TupleQueryResultParserRegistry() - Constructor for class org.openrdf.query.resultio.TupleQueryResultParserRegistry
 
TupleQueryResultWriter - Interface in org.openrdf.query.resultio
The interface of objects that writer query results in a specific query result format.
TupleQueryResultWriterFactory - Interface in org.openrdf.query.resultio
Returns TupleQueryResultWriters for a specific tuple query result format.
TupleQueryResultWriterRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available TupleQueryResultWriterFactorys.
TupleQueryResultWriterRegistry() - Constructor for class org.openrdf.query.resultio.TupleQueryResultWriterRegistry
 

U

UnsupportedQueryResultFormatException - Exception in org.openrdf.query.resultio
A Runtime exception indicating that a specific query result format is not supported.
UnsupportedQueryResultFormatException(String) - Constructor for exception org.openrdf.query.resultio.UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryResultFormatException(Throwable) - Constructor for exception org.openrdf.query.resultio.UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryResultFormatException(String, Throwable) - Constructor for exception org.openrdf.query.resultio.UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException wrapping another exception.

V

valueFactory - Variable in class org.openrdf.query.resultio.QueryResultParserBase
The ValueFactory to use for creating RDF model objects.
values() - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Returns all known/registered boolean query result formats.
values() - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Returns all known/registered tuple query result formats.

W

write(boolean) - Method in interface org.openrdf.query.resultio.BooleanQueryResultWriter
write(TupleQueryResult, TupleQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Writes a query result document in a specific query result format to an output stream.
write(boolean, BooleanQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
write(GraphQueryResult, RDFFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Writes a graph query result document in a specific RDF format to an output stream.
writeBoolean(boolean, BooleanQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Writes a boolean query result document in a specific boolean query result format to an output stream.
A B C E F G H J O P Q R S T U V W 

Copyright © 2001-2013 Aduna. All Rights Reserved.