Package | Description |
---|---|
org.eclipse.rdf4j.common.net | |
org.eclipse.rdf4j.rio.n3 |
Writer for RDF in Notation 3/N3 format.
|
org.eclipse.rdf4j.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
org.eclipse.rdf4j.rio.rdfxml.util | |
org.eclipse.rdf4j.rio.trig |
Parser and writer for RDF in
TriG
format.
|
org.eclipse.rdf4j.rio.turtle |
Parser and writer for RDF in
Turtle
format.
|
Modifier and Type | Method and Description |
---|---|
static ParsedIRI |
ParsedIRI.create(String str)
Creates a ParsedIRI by parsing the given string.
|
ParsedIRI |
ParsedIRI.normalize()
Normalizes this IRI's components.
|
ParsedIRI |
ParsedIRI.relativize(ParsedIRI absolute)
Relativizes the given IRI against this ParsedIRI.
|
ParsedIRI |
ParsedIRI.resolve(ParsedIRI relative)
Resolves the given IRI against this ParsedIRI.
|
Modifier and Type | Method and Description |
---|---|
ParsedIRI |
ParsedIRI.relativize(ParsedIRI absolute)
Relativizes the given IRI against this ParsedIRI.
|
ParsedIRI |
ParsedIRI.resolve(ParsedIRI relative)
Resolves the given IRI against this ParsedIRI.
|
Constructor and Description |
---|
N3Writer(OutputStream out,
ParsedIRI baseIRI)
Creates a new N3Writer that will write to the supplied OutputStream.
|
N3Writer(Writer writer,
ParsedIRI baseIRI)
Creates a new N3Writer that will write to the supplied Writer.
|
Modifier and Type | Field and Description |
---|---|
protected ParsedIRI |
RDFXMLWriter.baseIRI |
Constructor and Description |
---|
RDFXMLWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
|
RDFXMLWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new RDFXMLWriter that will write to the supplied Writer.
|
Constructor and Description |
---|
RDFXMLPrettyWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new RDFXMLPrintWriter that will write to the supplied OutputStream.
|
RDFXMLPrettyWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new RDFXMLPrintWriter that will write to the supplied Writer.
|
Constructor and Description |
---|
TriGWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new TriGWriter that will write to the supplied OutputStream.
|
TriGWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new TriGWriter that will write to the supplied Writer.
|
Modifier and Type | Field and Description |
---|---|
protected ParsedIRI |
TurtleWriter.baseIRI |
Constructor and Description |
---|
TurtleWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new TurtleWriter that will write to the supplied OutputStream.
|
TurtleWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new TurtleWriter that will write to the supplied Writer.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.