A B C D E F G H I L N O P R S T U V W _

A

AbbreviatedRdfXmlWriter - class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter.
An extension of RdfXmlWriter that outputs a more concise form of RDF/XML.
AbbreviatedRdfXmlWriter(OutputStream) - Constructor for class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied OutputStream.
AbbreviatedRdfXmlWriter(Writer) - Constructor for class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied Writer.
add(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Adds a single statement to the graph.
add(Statement) - Method in interface org.openrdf.model.Graph
Adds a single statement to the graph.
add(StatementIterator) - Method in interface org.openrdf.model.Graph
Adds all statements in the iterator to the graph.
add(StatementIterator, boolean) - Method in interface org.openrdf.model.Graph
Adds all statements in the iterator to the graph.
add(Collection) - Method in interface org.openrdf.model.Graph
Adds all statements in the Collection to the graph.
add(Collection, boolean) - Method in interface org.openrdf.model.Graph
Adds all statements in the Collection to the graph.
add(Graph) - Method in interface org.openrdf.model.Graph
Adds all statements in the supplied graph to this graph.
add(Graph, boolean) - Method in interface org.openrdf.model.Graph
Adds all statements in the supplied graph to this graph.
add(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
add(StatementIterator) - Method in class org.openrdf.model.impl.GraphImpl
 
add(StatementIterator, boolean) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Collection) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Collection, boolean) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Graph) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Graph, boolean) - Method in class org.openrdf.model.impl.GraphImpl
 
addProperty(URI, Value) - Method in interface org.openrdf.model.Resource
Adds a property to this Resource in the RDF graph.
addProperty(URI, Value) - Method in class org.openrdf.model.impl.BNodeImpl
 
addProperty(URI, Value) - Method in class org.openrdf.model.impl.URIImpl
 
addStyleSheet(String, String, String, String, String, boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
Associate a stylesheet with this XML document.
addStyleSheet(String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 

B

BNode - interface org.openrdf.model.BNode.
A blank node (aka bnode, aka anonymous node).
BNodeImpl - class org.openrdf.model.impl.BNodeImpl.
An implementation of the BNode interface.
BNodeImpl(String) - Constructor for class org.openrdf.model.impl.BNodeImpl
 

C

clear() - Method in interface org.openrdf.model.Graph
Clears the graph.
clear() - Method in class org.openrdf.model.impl.GraphImpl
 
compareTo(Object) - Method in class org.openrdf.model.impl.BNodeImpl
Compares this BNode with the supplied object.
compareTo(Object) - Method in class org.openrdf.model.impl.LiteralImpl
 
compareTo(Object) - Method in class org.openrdf.model.impl.StatementImpl
Compares this Statement with the supplied object.
compareTo(Object) - Method in class org.openrdf.model.impl.URIImpl
Compares this URI with the supplied object.
contains(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Checks if a statement matching the (subject, predicate, object) pattern is present in the graph.
contains(Statement) - Method in interface org.openrdf.model.Graph
Checks if the supplied statement is present in the graph.
contains(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
contains(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
createBNode() - Method in interface org.openrdf.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in interface org.openrdf.model.ValueFactory
creates a new bNode with the given node identifier.
createBNode() - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createBNode(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value.
createLiteral(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value and language attribute.
createLiteral(String, URI) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value and datatype.
createLiteral(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, URI) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createStatement(Resource, URI, Value) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied string-representation.
createURI(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI that will get the supplied namespace and local name.
createURI(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 

D

DT_IGNORE - Static variable in interface org.openrdf.rio.Parser
Constant indicating that datatypes semantics should be ignored.
DT_NORMALIZE - Static variable in interface org.openrdf.rio.Parser
Constant indicating that values of datatyped literals should be normalized to their canonical representation.
DT_VERIFY - Static variable in interface org.openrdf.rio.Parser
Constant indicating that values of datatyped literals should be verified.
decodeString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Decodes an encoded Turtle string.

E

encodeLongString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a long string in a Turtle document.
encodeString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a 'normal' string in a Turtle document.
encodeURIString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a (relative) URI in a Turtle document.
endDocument() - Method in interface org.openrdf.rio.RdfDocumentWriter
Ends the document writing.
endDocument() - Method in class org.openrdf.rio.n3.N3Writer
 
endDocument() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
endDocument() - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
endDocument() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
endDocument() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
equals(Object) - Method in interface org.openrdf.model.BNode
Compares a blank node object to another object.
equals(Object) - Method in interface org.openrdf.model.Literal
Compares a literal object to another object.
equals(Object) - Method in interface org.openrdf.model.Statement
Compares a statement object to another object.
equals(Object) - Method in interface org.openrdf.model.URI
Compares a URI object to another object.
equals(Object) - Method in class org.openrdf.model.impl.BNodeImpl
 
equals(Object) - Method in class org.openrdf.model.impl.LiteralImpl
 
equals(Object) - Method in class org.openrdf.model.impl.StatementImpl
 
equals(Object) - Method in class org.openrdf.model.impl.URIImpl
 
error(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports an error from the parser.
escapeString(String) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Escapes a Unicode string to an all-ASCII character sequence.

F

fatalError(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports a fatal error from the parser.
flush() - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 

G

Graph - interface org.openrdf.model.Graph.
Graph is an interface for fast manipulation of collections of RDF statements in code.
GraphException - exception org.openrdf.model.GraphException.
 
GraphException() - Constructor for class org.openrdf.model.GraphException
 
GraphException(String) - Constructor for class org.openrdf.model.GraphException
 
GraphException(Throwable) - Constructor for class org.openrdf.model.GraphException
 
GraphException(String, Throwable) - Constructor for class org.openrdf.model.GraphException
 
GraphImpl - class org.openrdf.model.impl.GraphImpl.
GraphImpl - an implementation of the graph interface that uses a local repository as storage backend.
GraphImpl() - Constructor for class org.openrdf.model.impl.GraphImpl
Creates a new GraphImpl.
GraphImpl(LocalRepository) - Constructor for class org.openrdf.model.impl.GraphImpl
Creates a new GraphImpl that uses the supplied LocalRepository as storage backend.
GraphImpl(RdfRepository) - Constructor for class org.openrdf.model.impl.GraphImpl
Deprecated. low-level SAIL api should not be exposed in access APIs; use constructor with LocalRepository object instead.
getColumnNumber() - Method in class org.openrdf.rio.ParseException
Gets the column number associated with this parse exception.
getDatatype() - Method in interface org.openrdf.model.Literal
Gets the datatype for this literal.
getDatatype() - Method in class org.openrdf.model.impl.LiteralImpl
 
getID() - Method in interface org.openrdf.model.BNode
retrieves this bNode's identifier.
getID() - Method in class org.openrdf.model.impl.BNodeImpl
 
getLabel() - Method in interface org.openrdf.model.Literal
Gets the label of this literal.
getLabel() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLanguage() - Method in interface org.openrdf.model.Literal
Gets the language tag for this literal, normalized to lowercase.
getLanguage() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLineNumber() - Method in class org.openrdf.rio.ParseException
Gets the line number associated with this parse exception.
getLocalName() - Method in interface org.openrdf.model.URI
Gets the local name of this URI.
getLocalName() - Method in class org.openrdf.model.impl.URIImpl
 
getNamespace() - Method in interface org.openrdf.model.URI
Gets the namespace of this URI.
getNamespace() - Method in class org.openrdf.model.impl.URIImpl
 
getObject() - Method in interface org.openrdf.model.Statement
Gets the object of this statement.
getObject() - Method in class org.openrdf.model.impl.StatementImpl
 
getObjectStatements() - Method in interface org.openrdf.model.Value
Gets all statements from the RDF graph for which this value is the object.
getObjectStatements() - Method in class org.openrdf.model.impl.BNodeImpl
 
getObjectStatements() - Method in class org.openrdf.model.impl.LiteralImpl
 
getObjectStatements() - Method in class org.openrdf.model.impl.URIImpl
 
getParseStandAloneDocuments() - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Returns whether the parser is currently in a mode to parse stand-alone RDF documents.
getPredicate() - Method in interface org.openrdf.model.Statement
Gets the predicate of this statement.
getPredicate() - Method in class org.openrdf.model.impl.StatementImpl
 
getPredicateStatements() - Method in interface org.openrdf.model.URI
Gets all statements from the RDF graph for which this URI is the predicate.
getPredicateStatements() - Method in class org.openrdf.model.impl.URIImpl
 
getSource() - Method in class org.openrdf.rio.StatementHandlerException
Gets the source of this exception.
getStatementCollection(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Retrieves all statements matching the (subject, predicate, object) pattern in the graph as a Collection.
getStatementCollection(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
getStatements() - Method in interface org.openrdf.model.Graph
Retrieves all statements in the graph as an iterator
getStatements(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Retrieves all statements matching the (subject, predicate, object) pattern in the graph as an iterator.
getStatements() - Method in class org.openrdf.model.impl.GraphImpl
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
getSubject() - Method in interface org.openrdf.model.Statement
Gets the subject of this statement.
getSubject() - Method in class org.openrdf.model.impl.StatementImpl
 
getSubjectStatements() - Method in interface org.openrdf.model.Resource
Gets all statements from the RDF graph for which this resource is the subject.
getSubjectStatements() - Method in class org.openrdf.model.impl.BNodeImpl
 
getSubjectStatements() - Method in class org.openrdf.model.impl.URIImpl
 
getURI() - Method in interface org.openrdf.model.URI
Returns the String-representation of this URI.
getURI() - Method in class org.openrdf.model.impl.URIImpl
 
getValueFactory() - Method in interface org.openrdf.model.Graph
Retrieves a ValueFactory for this graph.
getValueFactory() - Method in class org.openrdf.model.impl.GraphImpl
 

H

handleNamespace(String, String) - Method in interface org.openrdf.rio.NamespaceListener
Called by an RDF parser when it has encountered a new namespace declaration.
handleStatement(Resource, URI, Value) - Method in interface org.openrdf.rio.StatementHandler
Called by an RDF parser when it has parsed a statement.
hashCode() - Method in interface org.openrdf.model.BNode
The hash code of a blank node is defined as the hash code of its identifier: id.hashCode().
hashCode() - Method in interface org.openrdf.model.Literal
The hash code of a literal is defined as the hash code of its label: label.hashCode().
hashCode() - Method in interface org.openrdf.model.Statement
The hash code of a statement is defined as follows: (0xFF0000 & subject.hashCode()) | (0x00FF00 & predicate.hashCode()) | (0x0000FF & object.hashCode());
hashCode() - Method in interface org.openrdf.model.URI
The hash code of a URI is defined as follows: namespace.hashCode() ^ localName.hashCode()
hashCode() - Method in class org.openrdf.model.impl.BNodeImpl
 
hashCode() - Method in class org.openrdf.model.impl.LiteralImpl
 
hashCode() - Method in class org.openrdf.model.impl.StatementImpl
 
hashCode() - Method in class org.openrdf.model.impl.URIImpl
 

I

isLanguageChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLanguageStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLegalName(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLegalPrefix(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLetter(int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Checks whether the supplied character is a letter according to the N-Triples specification.
isLetterOrNumber(int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Checks whether the supplied character is a letter or number according to the N-Triples specification.
isNameChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isNameStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isNumber(int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Checks whether the supplied character is a number according to the N-Triples specification.
isPrefixChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPrefixStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isWhitespace(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 

L

Literal - interface org.openrdf.model.Literal.
An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
LiteralImpl - class org.openrdf.model.impl.LiteralImpl.
An implementation of the Literal interface.
LiteralImpl(String) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new Literal which will get the supplied label, but no language tag or datatype (=null).
LiteralImpl(String, String) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new Literal which will get the supplied label and language tag.
LiteralImpl(String, URI) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new Literal which will get the supplied label and datatype.

N

N3Writer - class org.openrdf.rio.n3.N3Writer.
An implementation of the RdfDocumentWriter interface that writes RDF documents in N3 format.
N3Writer(OutputStream) - Constructor for class org.openrdf.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied OutputStream.
N3Writer(Writer) - Constructor for class org.openrdf.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied Writer.
NTriplesParser - class org.openrdf.rio.ntriples.NTriplesParser.
Parser for N-Triples files.
NTriplesParser() - Constructor for class org.openrdf.rio.ntriples.NTriplesParser
Creates a new NTriplesParser that will use a ValueFactoryImpl to create object for resources, bNodes and literals.
NTriplesParser(ValueFactory) - Constructor for class org.openrdf.rio.ntriples.NTriplesParser
Creates a new NTriplesParser that will use the supplied ValueFactory to create objects for resources, bNodes and literals.
NTriplesUtil - class org.openrdf.rio.ntriples.NTriplesUtil.
Utility methods for N-Triples encoding/decoding.
NTriplesUtil() - Constructor for class org.openrdf.rio.ntriples.NTriplesUtil
 
NTriplesWriter - class org.openrdf.rio.ntriples.NTriplesWriter.
An implementation of the RdfDocumentWriter interface that writes RDF documents in N-Triples format.
NTriplesWriter(OutputStream) - Constructor for class org.openrdf.rio.ntriples.NTriplesWriter
Creates a new NTriplesWriter that will write to the supplied OutputStream.
NTriplesWriter(Writer) - Constructor for class org.openrdf.rio.ntriples.NTriplesWriter
Creates a new NTriplesWriter that will write to the supplied Writer.
NamespaceListener - interface org.openrdf.rio.NamespaceListener.
An interface defining methods for receiving namespace declarations from an RDF parser.

O

org.openrdf.model - package org.openrdf.model
RDF model interfaces.
org.openrdf.model.impl - package org.openrdf.model.impl
Implementations of the RDF model interfaces.
org.openrdf.rio - package org.openrdf.rio
General classes and interfaces for RDF parsers and RDF writers.
org.openrdf.rio.n3 - package org.openrdf.rio.n3
Writer for RDF in Notation 3/N3 format.
org.openrdf.rio.ntriples - package org.openrdf.rio.ntriples
Parser and writer for RDF in N-Triples format.
org.openrdf.rio.rdfxml - package org.openrdf.rio.rdfxml
Parser and writer for XML-serialized RDF.
org.openrdf.rio.turtle - package org.openrdf.rio.turtle
Parser and writer for RDF in Turtle format.

P

ParseErrorListener - interface org.openrdf.rio.ParseErrorListener.
An interface defining methods for receiving warning and error messages from an RDF parser.
ParseException - exception org.openrdf.rio.ParseException.
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.
ParseException(String, int, int) - Constructor for class org.openrdf.rio.ParseException
Creates a new ParseException.
ParseException(String, Throwable, int, int) - Constructor for class org.openrdf.rio.ParseException
Creates a new ParseException wrapping another exception.
ParseException(Throwable, int, int) - Constructor for class org.openrdf.rio.ParseException
Creates a new ParseException wrapping another exception.
ParseLocationListener - interface org.openrdf.rio.ParseLocationListener.
A listener interface for listening to the parser's progress.
Parser - interface org.openrdf.rio.Parser.
A general interface for RDF parsers.
parse(InputStream, String) - Method in interface org.openrdf.rio.Parser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in interface org.openrdf.rio.Parser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Implementation of the parse(InputStream, String) method defined in the Parser interface.
parse(Reader, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Implementation of the parse(Reader, String) method defined in the Parser interface.
parse(InputStream, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String) - Method in class org.openrdf.rio.turtle.TurtleParser
Implementation of the parse(InputStream, String) method defined in the Parser interface.
parse(Reader, String) - Method in class org.openrdf.rio.turtle.TurtleParser
Implementation of the parse(Reader, String) method defined in the Parser interface.
parseBNode(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples bNode, creates an object for it using the supplied ValueFactory and returns this object.
parseLiteral(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples literal, creates an object for it using the supplied ValueFactory and returns this object.
parseLocationUpdate(int, int) - Method in interface org.openrdf.rio.ParseLocationListener
Signals an update of a parser's progress, indicated by a line and column number.
parseResource(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples resource, creates an object for it using the supplied ValueFactory and returns this object.
parseURI(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples URI, creates an object for it using the supplied ValueFactory and returns this object.
parseValue(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples value, creates an object for it using the supplied ValueFactory and returns this object.

R

RDFS_CLASS - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Class
RDFS_COMMENT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:comment
RDFS_CONTAINER - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Container
RDFS_CONTAINERMEMBERSHIPPROPERTY - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:ContainerMembershipProperty
RDFS_DATATYPE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Datatype
RDFS_DOMAIN - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:domain
RDFS_ISDEFINEDBY - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:isDefinedBy
RDFS_LABEL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:label
RDFS_LITERAL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Literal
RDFS_MEMBER - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:member
RDFS_RANGE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:range
RDFS_RESOURCE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Resource
RDFS_SEEALSO - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:seeAlso
RDFS_SUBCLASSOF - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:subClassOf
RDFS_SUBPROPERTYOF - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:subPropertyOf
RDF_ALT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Alt
RDF_BAG - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Bag
RDF_FIRST - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:first
RDF_LIST - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:List
RDF_NIL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:nil
RDF_OBJECT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:object
RDF_PREDICATE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:predicate
RDF_PROPERTY - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Property
RDF_REST - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:rest
RDF_SEQ - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Seq
RDF_STATEMENT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Statement
RDF_SUBJECT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:subject
RDF_TYPE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:type
RDF_VALUE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:value
RDF_XMLLITERAL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:XMLLiteral
RdfDocumentWriter - interface org.openrdf.rio.RdfDocumentWriter.
An interface defining methods for writing RDF documents.
RdfXmlParser - class org.openrdf.rio.rdfxml.RdfXmlParser.
A parser for XML-serialized RDF.
RdfXmlParser() - Constructor for class org.openrdf.rio.rdfxml.RdfXmlParser
Creates a new RdfXmlParser that will use a ValueFactoryImpl to create objects for resources, bNodes and literals.
RdfXmlParser(ValueFactory) - Constructor for class org.openrdf.rio.rdfxml.RdfXmlParser
Creates a new RdfXmlParser that will use the supplied ValueFactory to create objects for resources, bNodes and literals.
RdfXmlWriter - class org.openrdf.rio.rdfxml.RdfXmlWriter.
An implementation of the RdfDocumentWriter interface that writes RDF documents in XML-serialized RDF format.
RdfXmlWriter(OutputStream) - Constructor for class org.openrdf.rio.rdfxml.RdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied OutputStream.
RdfXmlWriter(Writer) - Constructor for class org.openrdf.rio.rdfxml.RdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied Writer.
Resource - interface org.openrdf.model.Resource.
The supertype of all RDF resources (URIs and blank nodes).
remove(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Remove all statements matching the (subject, predicate, object) pattern from the graph.
remove(Statement) - Method in interface org.openrdf.model.Graph
Remove the supplied statement from the graph.
remove(StatementIterator) - Method in interface org.openrdf.model.Graph
Remove all statements in the StatementIterator from the graph.
remove(Graph) - Method in interface org.openrdf.model.Graph
Remove all statements in the supplied graph from this graph.
remove(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
remove(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
remove(StatementIterator) - Method in class org.openrdf.model.impl.GraphImpl
 
remove(Graph) - Method in class org.openrdf.model.impl.GraphImpl
 

S

Statement - interface org.openrdf.model.Statement.
An RDF statement.
StatementHandler - interface org.openrdf.rio.StatementHandler.
An interface defining methods for receiving RDF statements from an RDF parser.
StatementHandlerException - exception org.openrdf.rio.StatementHandlerException.
An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
StatementHandlerException(String) - Constructor for class org.openrdf.rio.StatementHandlerException
Creates a new StatementHandlerException.
StatementHandlerException(String, Exception) - Constructor for class org.openrdf.rio.StatementHandlerException
Creates a new StatementHandlerException wrapping another exception.
StatementHandlerException(Exception) - Constructor for class org.openrdf.rio.StatementHandlerException
Creates a new StatementHandlerException wrapping another exception.
StatementImpl - class org.openrdf.model.impl.StatementImpl.
An implementation of the Statement interface.
StatementImpl(Resource, URI, Value) - Constructor for class org.openrdf.model.impl.StatementImpl
Creates a new Statement with the supplied subject, predicate and object.
setDatatypeHandling(int) - Method in interface org.openrdf.rio.Parser
Sets the datatype handling mode.
setDatatypeHandling(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setDatatypeHandling(int) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setDatatypeHandling(int) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setDocumentURI(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
Sets the URI of the document that is currently being parsed.
setNamespace(String, String) - Method in interface org.openrdf.rio.RdfDocumentWriter
Sets a mapping from a namespace prefix to a namespace name.
setNamespace(String, String) - Method in class org.openrdf.rio.n3.N3Writer
 
setNamespace(String, String) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
setNamespace(String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
setNamespace(String, String) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
setNamespaceListener(NamespaceListener) - Method in interface org.openrdf.rio.Parser
Sets the NamespaceListener that will be notified of any namespace declarations that the parser finds during parsing.
setNamespaceListener(NamespaceListener) - Method in class org.openrdf.rio.ntriples.NTriplesParser
A NamespaceListener is of no use when parsing N-Triples as N-Triples doesn't have any namespace mechanism (yet).
setNamespaceListener(NamespaceListener) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setNamespaceListener(NamespaceListener) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setParseErrorListener(ParseErrorListener) - Method in interface org.openrdf.rio.Parser
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
setParseErrorListener(ParseErrorListener) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setParseErrorListener(ParseErrorListener) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setParseErrorListener(ParseErrorListener) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setParseLocationListener(ParseLocationListener) - Method in interface org.openrdf.rio.Parser
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
setParseLocationListener(ParseLocationListener) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setParseLocationListener(ParseLocationListener) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setParseLocationListener(ParseLocationListener) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setParseStandAloneDocuments(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Sets the parser in a mode to parse stand-alone RDF documents.
setPreserveBNodeIds(boolean) - Method in interface org.openrdf.rio.Parser
Set whether the parser should preserve bnode identifiers specified in the source (default is false).
setPreserveBNodeIds(boolean) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setPreserveBNodeIds(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setPreserveBNodeIds(boolean) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setStatementHandler(StatementHandler) - Method in interface org.openrdf.rio.Parser
Sets the StatementHandler that will be notified of statements that are parsed by this parser.
setStatementHandler(StatementHandler) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setStatementHandler(StatementHandler) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setStatementHandler(StatementHandler) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setStopAtFirstError(boolean) - Method in interface org.openrdf.rio.Parser
Sets whether the parser should stop immediately if it finds an error in the data (default value is true).
setStopAtFirstError(boolean) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setStopAtFirstError(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setStopAtFirstError(boolean) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setVerifyData(boolean) - Method in interface org.openrdf.rio.Parser
Sets whether the parser should verify the data it parses (default value is true).
setVerifyData(boolean) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setVerifyData(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setVerifyData(boolean) - Method in class org.openrdf.rio.turtle.TurtleParser
 
startDocument() - Method in interface org.openrdf.rio.RdfDocumentWriter
Starts the document writing.
startDocument() - Method in class org.openrdf.rio.n3.N3Writer
 
startDocument() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
startDocument() - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
startDocument() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
startDocument() - Method in class org.openrdf.rio.turtle.TurtleWriter
 

T

TurtleParser - class org.openrdf.rio.turtle.TurtleParser.
Parser for Turtle files.
TurtleParser() - Constructor for class org.openrdf.rio.turtle.TurtleParser
Creates a new TurtleParser that will use a ValueFactoryImpl to create object for resources, bNodes and literals.
TurtleParser(ValueFactory) - Constructor for class org.openrdf.rio.turtle.TurtleParser
Creates a new TurtleParser that will use the supplied ValueFactory to create objects for resources, bNodes and literals.
TurtleUtil - class org.openrdf.rio.turtle.TurtleUtil.
Utility methods for Turtle encoding/decoding.
TurtleUtil() - Constructor for class org.openrdf.rio.turtle.TurtleUtil
 
TurtleWriter - class org.openrdf.rio.turtle.TurtleWriter.
An implementation of the RdfDocumentWriter interface that writes RDF documents in Turtle format.
TurtleWriter() - Constructor for class org.openrdf.rio.turtle.TurtleWriter
 
TurtleWriter(OutputStream) - Constructor for class org.openrdf.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied OutputStream.
TurtleWriter(Writer) - Constructor for class org.openrdf.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied Writer.
toHexString(int, int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Converts a decimal value to a hexadecimal string represention of the specified length.
toNTriplesString(Value) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied value.
toNTriplesString(Resource) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied resource.
toNTriplesString(URI) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied URI.
toNTriplesString(BNode) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied bNode.
toNTriplesString(Literal) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied literal.
toString() - Method in class org.openrdf.model.impl.BNodeImpl
Returns the BNode's string representation.
toString() - Method in class org.openrdf.model.impl.LiteralImpl
Returns the label of the literal.
toString() - Method in class org.openrdf.model.impl.StatementImpl
Gives a String-representation of this Statement that can be used for debugging.
toString() - Method in class org.openrdf.model.impl.URIImpl
Returns the String-representation of this URI.

U

URI - interface org.openrdf.model.URI.
A URI.
URIImpl - class org.openrdf.model.impl.URIImpl.
An implementation of the URI interface.
URIImpl(String) - Constructor for class org.openrdf.model.impl.URIImpl
Creates a new URI from the supplied string.
URIImpl(String, String) - Constructor for class org.openrdf.model.impl.URIImpl
Creates a new URI that will get the supplied namespace and local name.
unescapeString(String) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Unescapes an escaped Unicode string.

V

Value - interface org.openrdf.model.Value.
The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory - interface org.openrdf.model.ValueFactory.
A Factory for creating resources, bNodes and literals.
ValueFactoryImpl - class org.openrdf.model.impl.ValueFactoryImpl.
Default implementation of the ValueFactory interface that uses the RDF model classes from this package.
ValueFactoryImpl() - Constructor for class org.openrdf.model.impl.ValueFactoryImpl
Creates a new ValueFactoryImpl.
ValueFactoryImpl(String) - Constructor for class org.openrdf.model.impl.ValueFactoryImpl
Creates a new ValueFactoryImpl that uses the specified document URI to generate a bNode prefix.

W

warning(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports a warning from the parser.
writeComment(String) - Method in interface org.openrdf.rio.RdfDocumentWriter
Writes a comment to the document.
writeComment(String) - Method in class org.openrdf.rio.n3.N3Writer
 
writeComment(String) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
writeComment(String) - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
writeComment(String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
writeComment(String) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeStatement(Resource, URI, Value) - Method in interface org.openrdf.rio.RdfDocumentWriter
Writes a statement to the document.
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.n3.N3Writer
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.turtle.TurtleWriter
 

_

_namespaceTable - Variable in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_out - Variable in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_setNamespace(String, String, boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_stylesheets - Variable in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeAttribute(String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeAttribute(String, String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeCharacterData(String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeEndOfEmptyTag() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeEndOfStartTag() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeEndTag(String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeIndent() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeIndents(int) - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
Writes n indents.
_writeNewLine() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writeStartOfStartTag(String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
_writingStarted - Variable in class org.openrdf.rio.rdfxml.RdfXmlWriter
 

A B C D E F G H I L N O P R S T U V W _

Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.