Package | Description |
---|---|
org.eclipse.rdf4j.common.net | |
org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
org.eclipse.rdf4j.rio.n3 |
Writer for the Notation-3 (N3) format.
|
org.eclipse.rdf4j.rio.rdfxml |
Parser/writer for the RDF/XML format.
|
org.eclipse.rdf4j.rio.rdfxml.util |
Pretty-printing for the RDF/XML format.
|
org.eclipse.rdf4j.rio.trig |
Parser/writer for the TriG format.
|
org.eclipse.rdf4j.rio.trigstar | |
org.eclipse.rdf4j.rio.turtle |
Parser/writer for the Turtle format.
|
org.eclipse.rdf4j.rio.turtlestar |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRDFParser.setBaseURI(ParsedIRI baseURI)
Sets the base URI for resolving relative URIs.
|
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 |
Modifier and Type | Method and Description |
---|---|
protected void |
RDFXMLParser.setBaseURI(ParsedIRI baseURI) |
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.
|
Constructor and Description |
---|
TriGStarWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new TriGStarWriter that will write to the supplied OutputStream using the supplied base IRI.
|
TriGStarWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new TriGStarWriter that will write to the supplied Writer using the supplied base IRI.
|
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.
|
Constructor and Description |
---|
TurtleStarWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new TurtleStarWriter that will write to the supplied OutputStream using the supplied base IRI.
|
TurtleStarWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new TurtleStarWriter that will write to the supplied Writer using the supplied base IRI.
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.