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

C

closePreviousStatement() - Method in class org.openrdf.rio.turtle.TurtleWriter
 

D

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.
endRDF() - Method in class org.openrdf.rio.turtle.TurtleWriter
 

F

findURISplitIndex(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Tries to find an index where the supplied URI can be split into a namespace and a local name that comply with the serialization constraints of the Turtle format.

G

getParser() - Method in class org.openrdf.rio.turtle.TurtleParserFactory
Returns a new instance of TurtleParser.
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleParser
 
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleParserFactory
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleWriterFactory
getSupportedSettings() - Method in class org.openrdf.rio.turtle.TurtleParser
 
getWriter(OutputStream) - Method in class org.openrdf.rio.turtle.TurtleWriterFactory
Returns a new instance of TurtleWriter.
getWriter(Writer) - Method in class org.openrdf.rio.turtle.TurtleWriterFactory
Returns a new instance of TurtleWriter.

H

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

I

isLanguageChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLanguageStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLocalEscapedChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isNameChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isNameEndChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isNameStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPERCENT(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPLX_INTERNAL(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPLX_START(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPN_CHARS(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
From Turtle Spec:
isPN_CHARS_BASE(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
From Turtle Spec:
isPN_CHARS_U(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
From Turtle Spec:
isPN_LOCAL(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPN_LOCAL_ESC(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPN_PREFIX(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
From Turtle Spec:
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

lastWrittenPredicate - Variable in class org.openrdf.rio.turtle.TurtleWriter
 
lastWrittenSubject - Variable in class org.openrdf.rio.turtle.TurtleWriter
 
LOCAL_ESCAPED_CHARS - Static variable in class org.openrdf.rio.turtle.TurtleUtil
 

O

org.openrdf.rio.turtle - package org.openrdf.rio.turtle
Parser and writer for RDF in Turtle format.

P

parse(InputStream, String) - Method in class org.openrdf.rio.turtle.TurtleParser
Implementation of the parse(InputStream, String) method defined in the RDFParser interface.
parse(Reader, String) - Method in class org.openrdf.rio.turtle.TurtleParser
Implementation of the parse(Reader, String) method defined in the RDFParser interface.
parseBase() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseCollection() - Method in class org.openrdf.rio.turtle.TurtleParser
Parses a collection, e.g.
parseDirective(String) - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseImplicitBlank() - Method in class org.openrdf.rio.turtle.TurtleParser
Parses an implicit blank node.
parseLongString(int) - Method in class org.openrdf.rio.turtle.TurtleParser
Parses a """long string""".
parseNodeID() - Method in class org.openrdf.rio.turtle.TurtleParser
Parses a blank node ID, e.g.
parseNumber() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseObject() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseObjectList() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parsePredicate() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parsePredicateObjectList() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parsePrefixID() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseQNameOrBoolean() - Method in class org.openrdf.rio.turtle.TurtleParser
Parses qnames and boolean values, which have equivalent starting characters.
parseQuotedLiteral() - Method in class org.openrdf.rio.turtle.TurtleParser
Parses a quoted string, optionally followed by a language tag or datatype.
parseQuotedString() - Method in class org.openrdf.rio.turtle.TurtleParser
Parses a quoted string, which is either a "normal string" or a """long string""".
parseStatement() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseString(int) - Method in class org.openrdf.rio.turtle.TurtleParser
Parses a "normal string".
parseSubject() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseTriples() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseURI() - Method in class org.openrdf.rio.turtle.TurtleParser
 
parseValue() - Method in class org.openrdf.rio.turtle.TurtleParser
Parses an RDF value.
peek() - Method in class org.openrdf.rio.turtle.TurtleParser
 
processComment() - Method in class org.openrdf.rio.turtle.TurtleParser
Consumes characters from reader until the first EOL has been read.

R

read() - Method in class org.openrdf.rio.turtle.TurtleParser
 
reportError(String, RioSetting<Boolean>) - Method in class org.openrdf.rio.turtle.TurtleParser
Overrides RDFParserBase#reportError(String), adding line number information to the error.
reportFatalError(String) - Method in class org.openrdf.rio.turtle.TurtleParser
Overrides RDFParserBase.reportFatalError(String), adding line number information to the error.
reportFatalError(Exception) - Method in class org.openrdf.rio.turtle.TurtleParser
Overrides RDFParserBase.reportFatalError(Exception), adding line number information to the error.
reportLocation() - Method in class org.openrdf.rio.turtle.TurtleParser
 
reportStatement(Resource, URI, Value) - Method in class org.openrdf.rio.turtle.TurtleParser
 
reportWarning(String) - Method in class org.openrdf.rio.turtle.TurtleParser
Overrides RDFParserBase.reportWarning(String), adding line number information to the error.

S

skipWSC() - Method in class org.openrdf.rio.turtle.TurtleParser
Consumes any white space characters (space, tab, line feed, newline) and comments (#-style) from reader.
startRDF() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
statementClosed - Variable in class org.openrdf.rio.turtle.TurtleWriter
Flag indicating whether the last written statement has been closed.

T

throwEOFException() - Method in class org.openrdf.rio.turtle.TurtleParser
 
TurtleParser - Class in org.openrdf.rio.turtle
RDF parser for Turtle files.
TurtleParser() - Constructor for class org.openrdf.rio.turtle.TurtleParser
Creates a new TurtleParser that will use a ValueFactoryImpl to create RDF model objects.
TurtleParser(ValueFactory) - Constructor for class org.openrdf.rio.turtle.TurtleParser
Creates a new TurtleParser that will use the supplied ValueFactory to create RDF model objects.
TurtleParserFactory - Class in org.openrdf.rio.turtle
An RDFParserFactory for Turtle parsers.
TurtleParserFactory() - Constructor for class org.openrdf.rio.turtle.TurtleParserFactory
 
TurtleUtil - Class in org.openrdf.rio.turtle
Utility methods for Turtle encoding/decoding.
TurtleUtil() - Constructor for class org.openrdf.rio.turtle.TurtleUtil
 
TurtleWriter - Class in org.openrdf.rio.turtle
An implementation of the RDFWriter interface that writes RDF documents in Turtle format.
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.
TurtleWriterFactory - Class in org.openrdf.rio.turtle
An RDFWriterFactory for Turtle writers.
TurtleWriterFactory() - Constructor for class org.openrdf.rio.turtle.TurtleWriterFactory
 

U

unread(int) - Method in class org.openrdf.rio.turtle.TurtleParser
 
unread(String) - Method in class org.openrdf.rio.turtle.TurtleParser
 

V

verifyCharacterOrFail(int, String) - Method in class org.openrdf.rio.turtle.TurtleParser
Verifies that the supplied character c is one of the expected characters specified in expected.

W

writeBNode(BNode) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeCommentLine(String) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeLiteral(Literal) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeNamespace(String, String) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writePredicate(URI) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writer - Variable in class org.openrdf.rio.turtle.TurtleWriter
 
writeResource(Resource) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeURI(URI) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeValue(Value) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writingStarted - Variable in class org.openrdf.rio.turtle.TurtleWriter
 
C D E F G H I L O P R S T U V W 

Copyright © 2001-2014 Aduna. All Rights Reserved.