Skip navigation links
B C D E F G H L N O P R S T U W 

B

BNODE_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for BNode values.

C

CONTEXT_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag that starts a new context/graph.
createLiteral(String, String, IRI) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
 

D

DATATYPE_ATT - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The attribute for datatypes of typed literal.

E

endRDF() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
error(SAXParseException) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Implementation of SAX ErrorHandler.error

F

fatalError(SAXParseException) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Implementation of SAX ErrorHandler.fatalError

G

getParser() - Method in class org.eclipse.rdf4j.rio.trix.TriXParserFactory
Returns a new instance of TriXParser.
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.

H

handleComment(String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 

L

LANGUAGE_ATT - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The attribute for language tags of plain literal.

N

NAMESPACE - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The TriX namespace.

O

org.eclipse.rdf4j.rio.trix - package org.eclipse.rdf4j.rio.trix
Parser and writer for RDF in TriX format.

P

parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
PLAIN_LITERAL_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for plain literal values.

R

reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information to the error.
reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportFatalError(String), adding line- and column number information to the error.
reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportFatalError(Exception), adding line- and column number information to the error.
reportWarning(String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportWarning(String), adding line- and column number information to the error.
ROOT_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The root tag.

S

startRDF() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 

T

TRIPLE_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag that starts a new triple.
TriXConstants - Interface in org.eclipse.rdf4j.rio.trix
Interface defining a number of constants for the TriX document format.
TriXParser - Class in org.eclipse.rdf4j.rio.trix
A parser that can parse RDF files that are in the TriX format .
TriXParser() - Constructor for class org.eclipse.rdf4j.rio.trix.TriXParser
Creates a new TriXParser that will use a SimpleValueFactory to create objects for resources, bNodes, literals and statements.
TriXParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXParser
Creates a new TriXParser that will use the supplied ValueFactory to create objects for resources, bNodes, literals and statements.
TriXParserFactory - Class in org.eclipse.rdf4j.rio.trix
An RDFParserFactory for TriX parsers.
TriXParserFactory() - Constructor for class org.eclipse.rdf4j.rio.trix.TriXParserFactory
 
TriXWriter - Class in org.eclipse.rdf4j.rio.trix
An implementation of the RDFWriter interface that writes RDF documents in TriX format.
TriXWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriter
Creates a new TriXWriter that will write to the supplied OutputStream.
TriXWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriter
Creates a new TriXWriter that will write to the supplied Writer.
TriXWriter(XMLWriter) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriter
 
TriXWriterFactory - Class in org.eclipse.rdf4j.rio.trix
An RDFWriterFactory for TriX writers.
TriXWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
 
TYPED_LITERAL_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for typed literal values.

U

URI_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for URI values.

W

warning(SAXParseException) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Implementation of SAX ErrorHandler.warning
B C D E F G H L N O P R S T U W 
Skip navigation links

Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.