A C E G H I L N O P R S T U W 

A

append(Value, Appendable) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
 
append(Resource, Appendable) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
 
append(URI, Appendable) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
 
append(BNode, Appendable) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
 
append(Literal, Appendable) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
 
assertLineTerminates(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Verifies that there is only whitespace until the end of the line.

C

clear() - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
createLiteral(String, String, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
createURI(String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 

E

endRDF() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
escapeString(String) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Escapes a Unicode string to an all-ASCII character sequence.
escapeString(String, Appendable) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Escapes a Unicode string to an all-ASCII character sequence.

G

getParser() - Method in class org.openrdf.rio.ntriples.NTriplesParserFactory
Returns a new instance of NTriplesParser.
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesParserFactory
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesWriterFactory
getSupportedSettings() - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
getWriter(OutputStream) - Method in class org.openrdf.rio.ntriples.NTriplesWriterFactory
Returns a new instance of NTriplesWriter.
getWriter(Writer) - Method in class org.openrdf.rio.ntriples.NTriplesWriterFactory
Returns a new instance of NTriplesWriter.

H

handleComment(String) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
handleNamespace(String, String) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
handleStatement(Statement) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 

I

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.
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.

L

lineNo - Variable in class org.openrdf.rio.ntriples.NTriplesParser
 

N

NTriplesParser - Class in org.openrdf.rio.ntriples
RDF 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 RDF model objects.
NTriplesParserFactory - Class in org.openrdf.rio.ntriples
An RDFParserFactory for N-Triples parsers.
NTriplesParserFactory() - Constructor for class org.openrdf.rio.ntriples.NTriplesParserFactory
 
NTriplesUtil - Class in org.openrdf.rio.ntriples
Utility methods for N-Triples encoding/decoding.
NTriplesUtil() - Constructor for class org.openrdf.rio.ntriples.NTriplesUtil
 
NTriplesWriter - Class in org.openrdf.rio.ntriples
An implementation of the RDFWriter 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.
NTriplesWriterFactory - Class in org.openrdf.rio.ntriples
An RDFWriterFactory for N-Triples writers.
NTriplesWriterFactory() - Constructor for class org.openrdf.rio.ntriples.NTriplesWriterFactory
 

O

object - Variable in class org.openrdf.rio.ntriples.NTriplesParser
 
org.openrdf.rio.ntriples - package org.openrdf.rio.ntriples
Parser and writer for RDF in N-Triples format.

P

parse(InputStream, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Implementation of the parse(InputStream, String) method defined in the RDFParser interface.
parse(Reader, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Implementation of the parse(Reader, String) method defined in the RDFParser 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.
parseNodeID(int, StringBuilder) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
parseObject(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
parsePredicate(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
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.
parseSubject(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
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.
parseUriRef(int, StringBuilder) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
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.
predicate - Variable in class org.openrdf.rio.ntriples.NTriplesParser
 

R

reader - Variable in class org.openrdf.rio.ntriples.NTriplesParser
 
reportError(String, RioSetting<Boolean>) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Overrides RDFParserBase#reportError(String), adding line number information to the error.
reportError(Exception, RioSetting<Boolean>) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
reportFatalError(String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Overrides RDFParserBase.reportFatalError(String), adding line number information to the error.
reportFatalError(Exception) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Overrides RDFParserBase.reportFatalError(Exception), adding line number information to the error.
reportWarning(String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Overrides RDFParserBase.reportWarning(String), adding line number information to the error.

S

skipLine(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Reads characters from reader until the first EOL has been read.
skipWhitespace(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Reads characters from reader until it finds a character that is not a space or tab, and returns this last character.
startRDF() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
subject - Variable in class org.openrdf.rio.ntriples.NTriplesParser
 

T

throwEOFException() - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
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.

U

unescapeString(String) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Unescapes an escaped Unicode string.

W

writer - Variable in class org.openrdf.rio.ntriples.NTriplesWriter
 
writingStarted - Variable in class org.openrdf.rio.ntriples.NTriplesWriter
 
A C E G H I L N O P R S T U W 

Copyright © 2001-2014 Aduna. All Rights Reserved.