Uses of Class
org.eclipse.rdf4j.common.net.ParsedIRI
Package
Description
Provides helpers classes for Rio.
Writer for the Notation-3 (N3) format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the Turtle format.
-
Uses of ParsedIRI in org.eclipse.rdf4j.common.net
Modifier and TypeMethodDescriptionstatic ParsedIRI
Creates a ParsedIRI by parsing the given string.ParsedIRI.normalize()
Normalizes this IRI's components.ParsedIRI.relativize(ParsedIRI absolute)
Relativizes the given IRI against this ParsedIRI.Resolves the given IRI against this ParsedIRI. -
Uses of ParsedIRI in org.eclipse.rdf4j.rio.helpers
Modifier and TypeMethodDescriptionprotected void
AbstractRDFParser.setBaseURI(ParsedIRI baseURI)
Sets the base URI for resolving relative URIs. -
Uses of ParsedIRI in org.eclipse.rdf4j.rio.n3
-
Uses of ParsedIRI in org.eclipse.rdf4j.rio.rdfxml
ModifierConstructorDescriptionRDFXMLWriter(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. -
Uses of ParsedIRI in org.eclipse.rdf4j.rio.rdfxml.util
ModifierConstructorDescriptionRDFXMLPrettyWriter(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. -
Uses of ParsedIRI in org.eclipse.rdf4j.rio.trig
ModifierConstructorDescriptionTriGWriter(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. -
Uses of ParsedIRI in org.eclipse.rdf4j.rio.trigstar
ModifierConstructorDescriptionTriGStarWriter(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. -
Uses of ParsedIRI in org.eclipse.rdf4j.rio.turtle
ModifierConstructorDescriptionTurtleWriter(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. -
Uses of ParsedIRI in org.eclipse.rdf4j.rio.turtlestar
ModifierConstructorDescriptionTurtleStarWriter(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.